Html Css Color HEX #6CCCCE Downy

📋 copy color: '#6CCCCE'

red 108 ◦ green 204 ◦ blue 206

#6CCCCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #6CCCCE

Tints of Downy #6CCCCE

RGB

 RED value IS 108 (42.58% from 255) = 20.85%

 GREEN value IS 204 (80.08% from 255) = 39.38%

 BLUE value IS 206 (80.86% from 255) = 39.77%

R = 20.85%
G = 39.38%
B = 39.77%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6CCCCE (or 0x6CCCCE) is known color: Downy. HEX triplet: 6C, CC and CE. RGB value is (108,204,206). Sum of RGB (Red+Green+Blue) = 108+204+206=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #6CCCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCCE is #933331. Grayscale: #AFAFAF. Windows color (decimal): -9646898 or 13552748. OLE color: 13552748.

HSL color Cylindrical-coordinate representation of color #6CCCCE: hue angle of 181.22º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCCCE is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 204 206 -
CMYK 0.48 0.01 0 0.19
HSL 181.22º 0.5% 0.62% -
HSV(B) 181.22º 0.48% 0.81% -
XYZ 38.92 50.83 66.15 -
YUV 175.52 145.2 79.84 -
System Red Green Blue C M Y K H S L
Decimal 108 204 206 0.48 0.01 0 0.19 181.22 0.5 0.62
Hex 6C CC CE 30 1 0 13 B5 32 3E
Octal 154 314 316 60 1 0 23 265 62 76
Binary 1101100 11001100 11001110 110000 1 0 10011 10110101 110010 111110

Color Harmonies of #6CCCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCCE

Black with #6CCCCE

Text Example


Text Example

White with #6CCCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,204,206); }

 H1.HeaderClassName
 {
   color: #6CCCCE;
 }
 .AnyTagClassName
 {
   color: #6CCCCE;
 }
</style>

background-color css

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

 a { background-color: rgb(108,204,206); }

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

border-color css

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

 span { border-color: rgb(108,204,206); }

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