#6BC5C8

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

Shades of Downy #6BC5C8

Tints of Downy #6BC5C8

Color information

#6BC5C8 (or 0x6BC5C8) is unknown color: approx Downy. HEX triplet: 6B, C5 and C8. RGB value is (107,197,200). Sum of RGB (Red+Green+Blue) = 107+197+200=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 200 - color contains mainly: blue. Hex color #6BC5C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC5C8 is #943A37. Grayscale: #AAAAAA. Windows color (decimal): -9714232 or 13157739. OLE color: 13157739.

HSL color Cylindrical-coordinate representation of color #6BC5C8: hue angle of 181.94º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BC5C8 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB107197200-
CMYK0.460.0200.22
HSL181.94º45.81%60.2%-
HSV(B)181.94º46.5%78.43%-
XYZ36.4547.2361.84-
YUV170.43144.6882.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.23%
GREEN value IS 197 (77.34% from 255) = 39.09%
BLUE value IS 200 (78.52% from 255) = 39.68%
R=21.23%
G=39.09%
B=39.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1071972000.460.0200.22181.9445.8160.2
Hex6BC5C82E2016b62e3c
Octal1533053105620262665674
Binary110101111000101110010001011101001011010110110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,197,200); }

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

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

 a { background-color: rgb(107,197,200); }

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

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

 span { border-color: rgb(107,197,200); }

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