#6BD9C9

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

Shades of Downy #6BD9C9

Tints of Downy #6BD9C9

Color information

#6BD9C9 (or 0x6BD9C9) is unknown color: approx Downy. HEX triplet: 6B, D9 and C9. RGB value is (107,217,201). Sum of RGB (Red+Green+Blue) = 107+217+201=525 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.38% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #6BD9C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD9C9 is #942636. Grayscale: #B6B6B6. Windows color (decimal): -9709111 or 13228395. OLE color: 13228395.

HSL color Cylindrical-coordinate representation of color #6BD9C9: hue angle of 171.27º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BD9C9 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB107217201-
CMYK0.5100.070.15
HSL171.27º59.14%63.53%-
HSV(B)171.27º50.69%85.1%-
XYZ41.4256.9764.07-
YUV182.29138.5674.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.38%
GREEN value IS 217 (85.16% from 255) = 41.33%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=20.38%
G=41.33%
B=38.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1072172010.5100.070.15171.2759.1463.53
Hex6BD9C93307Fab3b40
Octal15333131163071725373100
Binary1101011110110011100100111001101111111101010111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,217,201); }

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

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

 a { background-color: rgb(107,217,201); }

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

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

 span { border-color: rgb(107,217,201); }

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