Html Css Color HEX #6CD9CC Downy

📋 copy color: '#6CD9CC'

red 108 ◦ green 217 ◦ blue 204

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

Shades of Downy #6CD9CC

Tints of Downy #6CD9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.02%

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

R = 20.42%
G = 41.02%
B = 38.56%

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

#6CD9CC (or 0x6CD9CC) is known color: Downy. HEX triplet: 6C, D9 and CC. RGB value is (108,217,204). Sum of RGB (Red+Green+Blue) = 108+217+204=529 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.42% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #6CD9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD9CC is #932633. Grayscale: #B6B6B6. Windows color (decimal): -9643572 or 13425004. OLE color: 13425004.

HSL color Cylindrical-coordinate representation of color #6CD9CC: hue angle of 172.84º degrees, saturation: 0.59, 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 #6CD9CC is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 217 204 -
CMYK 0.50 0 0.06 0.15
HSL 172.84º 0.59% 0.64% -
HSV(B) 172.84º 0.5% 0.85% -
XYZ 41.9 57.17 65.95 -
YUV 182.93 139.89 74.56 -
System Red Green Blue C M Y K H S L
Decimal 108 217 204 0.50 0 0.06 0.15 172.84 0.59 0.64
Hex 6C D9 CC 32 0 6 F AD 3B 40
Octal 154 331 314 62 0 6 17 255 73 100
Binary 1101100 11011001 11001100 110010 0 110 1111 10101101 111011 1000000

Color Harmonies of #6CD9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD9CC

Black with #6CD9CC

Text Example


Text Example

White with #6CD9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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