Html Css Color HEX #6CDECE Downy

📋 copy color: '#6CDECE'

red 108 ◦ green 222 ◦ blue 206

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

Shades of Downy #6CDECE

Tints of Downy #6CDECE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.42%

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

R = 20.15%
G = 41.42%
B = 38.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#6CDECE (or 0x6CDECE) is known color: Downy. HEX triplet: 6C, DE and CE. RGB value is (108,222,206). Sum of RGB (Red+Green+Blue) = 108+222+206=536 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.15% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #6CDECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDECE is #932131. Grayscale: #BABABA. Windows color (decimal): -9642290 or 13557356. OLE color: 13557356.

HSL color Cylindrical-coordinate representation of color #6CDECE: hue angle of 171.58º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDECE is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 222 206 -
CMYK 0.51 0 0.07 0.13
HSL 171.58º 0.63% 0.65% -
HSV(B) 171.58º 0.51% 0.87% -
XYZ 43.45 59.89 67.66 -
YUV 186.09 139.23 72.3 -
System Red Green Blue C M Y K H S L
Decimal 108 222 206 0.51 0 0.07 0.13 171.58 0.63 0.65
Hex 6C DE CE 33 0 7 D AC 3F 41
Octal 154 336 316 63 0 7 15 254 77 101
Binary 1101100 11011110 11001110 110011 0 111 1101 10101100 111111 1000001

Color Harmonies of #6CDECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDECE

Black with #6CDECE

Text Example


Text Example

White with #6CDECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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