Html Css Color HEX #6CCDCE Downy

📋 copy color: '#6CCDCE'

red 108 ◦ green 205 ◦ blue 206

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

Shades of Downy #6CCDCE

Tints of Downy #6CCDCE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.5%

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

R = 20.81%
G = 39.5%
B = 39.69%

CMYK

 C value IS 0.48

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6CCDCE (or 0x6CCDCE) is known color: Downy. HEX triplet: 6C, CD and CE. RGB value is (108,205,206). Sum of RGB (Red+Green+Blue) = 108+205+206=519 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.81% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #6CCDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDCE is #933231. Grayscale: #B0B0B0. Windows color (decimal): -9646642 or 13553004. OLE color: 13553004.

HSL color Cylindrical-coordinate representation of color #6CCDCE: hue angle of 180.61º 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 #6CCDCE is Cyan = 0.48, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 205 206 -
CMYK 0.48 0.00 0 0.19
HSL 180.61º 0.5% 0.62% -
HSV(B) 180.61º 0.48% 0.81% -
XYZ 39.16 51.31 66.23 -
YUV 176.11 144.86 79.42 -
System Red Green Blue C M Y K H S L
Decimal 108 205 206 0.48 0.00 0 0.19 180.61 0.5 0.62
Hex 6C CD CE 30 0 0 13 B5 32 3E
Octal 154 315 316 60 0 0 23 265 62 76
Binary 1101100 11001101 11001110 110000 0 0 10011 10110101 110010 111110

Color Harmonies of #6CCDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCDCE

Black with #6CCDCE

Text Example


Text Example

White with #6CCDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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