#6BD7C9

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

Shades of Downy #6BD7C9

Tints of Downy #6BD7C9

Color information

#6BD7C9 (or 0x6BD7C9) is unknown color: approx Downy. HEX triplet: 6B, D7 and C9. RGB value is (107,215,201). Sum of RGB (Red+Green+Blue) = 107+215+201=523 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.46% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 215 - color contains mainly: green. Hex color #6BD7C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD7C9 is #942836. Grayscale: #B5B5B5. Windows color (decimal): -9709623 or 13227883. OLE color: 13227883.

HSL color Cylindrical-coordinate representation of color #6BD7C9: hue angle of 172.22º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD7C9 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB107215201-
CMYK0.5000.070.16
HSL172.22º57.45%63.14%-
HSV(B)172.22º50.23%84.31%-
XYZ40.9155.9463.9-
YUV181.11139.2275.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.46%
GREEN value IS 215 (84.38% from 255) = 41.11%
BLUE value IS 201 (78.91% from 255) = 38.43%
R=20.46%
G=41.11%
B=38.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1072152010.5000.070.16172.2257.4563.14
Hex6BD7C9320710ac393f
Octal1533273116207202547177
Binary1101011110101111100100111001001111000010101100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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