Html Css Color HEX #6CD8CC Downy

📋 copy color: '#6CD8CC'

red 108 ◦ green 216 ◦ blue 204

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

Shades of Downy #6CD8CC

Tints of Downy #6CD8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.91%

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 20.45%
G = 40.91%
B = 38.64%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#6CD8CC (or 0x6CD8CC) is known color: Downy. HEX triplet: 6C, D8 and CC. RGB value is (108,216,204). Sum of RGB (Red+Green+Blue) = 108+216+204=528 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.45% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #6CD8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD8CC is #932733. Grayscale: #B6B6B6. Windows color (decimal): -9643828 or 13424748. OLE color: 13424748.

HSL color Cylindrical-coordinate representation of color #6CD8CC: hue angle of 173.33º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CD8CC is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 216 204 -
CMYK 0.50 0 0.06 0.15
HSL 173.33º 0.58% 0.64% -
HSV(B) 173.33º 0.5% 0.85% -
XYZ 41.64 56.66 65.87 -
YUV 182.34 140.22 74.98 -
System Red Green Blue C M Y K H S L
Decimal 108 216 204 0.50 0 0.06 0.15 173.33 0.58 0.64
Hex 6C D8 CC 32 0 6 F AD 3A 40
Octal 154 330 314 62 0 6 17 255 72 100
Binary 1101100 11011000 11001100 110010 0 110 1111 10101101 111010 1000000

Color Harmonies of #6CD8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD8CC

Black with #6CD8CC

Text Example


Text Example

White with #6CD8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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