#6BD0C1

Color #6BD0C1 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6BD0C1

Tints of Downy #6BD0C1

Color information

#6BD0C1 (or 0x6BD0C1) is unknown color: approx Downy. HEX triplet: 6B, D0 and C1. RGB value is (107,208,193). Sum of RGB (Red+Green+Blue) = 107+208+193=508 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.06% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD0C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD0C1 is #942F3E. Grayscale: #B0B0B0. Windows color (decimal): -9711423 or 12701803. OLE color: 12701803.

HSL color Cylindrical-coordinate representation of color #6BD0C1: hue angle of 171.09º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD0C1 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB107208193-
CMYK0.4900.070.18
HSL171.09º51.79%61.76%-
HSV(B)171.09º48.56%81.57%-
XYZ38.2452.0958.49-
YUV176.09137.5478.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 21.06%
GREEN value IS 208 (81.64% from 255) = 40.94%
BLUE value IS 193 (75.78% from 255) = 37.99%
R=21.06%
G=40.94%
B=37.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1072081930.4900.070.18171.0951.7961.76
Hex6BD0C1310712ab343e
Octal1533203016107222536476
Binary1101011110100001100000111000101111001010101011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BD0C1; }

 p { color: rgb(107,208,193); }

 H1.HeaderClassName
 {
   color: #6BD0C1;
 }
 .AnyTagClassName
 {
   color: #6BD0C1;
 }
</style>
background-color css

<style>
 a { background-color: #6BD0C1; }

 a { background-color: rgb(107,208,193); }

 div.DivClassName
 {
   background-color: #6BD0C1;
 }
 .BgClassName
 {
   background-color: #6BD0C1;
 }
</style>
border-color css

<style>
 span { border-color: #6BD0C1; }

 span { border-color: rgb(107,208,193); }

 td.TdClassName
 {
   border-color: #6BD0C1;
 }
 .TagClassName
 {
   border-color: #6BD0C1;
 }
</style>