#6BCCC7

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

Shades of Downy #6BCCC7

Tints of Downy #6BCCC7

Color information

#6BCCC7 (or 0x6BCCC7) is unknown color: approx Downy. HEX triplet: 6B, CC and C7. RGB value is (107,204,199). Sum of RGB (Red+Green+Blue) = 107+204+199=510 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.98% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCC7 is #943338. Grayscale: #AEAEAE. Windows color (decimal): -9712441 or 13093995. OLE color: 13093995.

HSL color Cylindrical-coordinate representation of color #6BCCC7: hue angle of 176.91º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCCC7 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB107204199-
CMYK0.4800.020.2
HSL176.91º48.74%60.98%-
HSV(B)176.91º47.55%80%-
XYZ37.9750.4461.77-
YUV174.43141.8679.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.98%
GREEN value IS 204 (80.08% from 255) = 40%
BLUE value IS 199 (78.12% from 255) = 39.02%
R=20.98%
G=40%
B=39.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1072041990.4800.020.2176.9148.7460.98
Hex6BCCC7300214b1313d
Octal1533143076002242616175
Binary110101111001100110001111100000101010010110001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,204,199); }

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

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

 a { background-color: rgb(107,204,199); }

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

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

 span { border-color: rgb(107,204,199); }

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