Html Css Color HEX #6CDDCE Downy

📋 copy color: '#6CDDCE'

red 108 ◦ green 221 ◦ blue 206

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

Shades of Downy #6CDDCE

Tints of Downy #6CDDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.31%

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

R = 20.19%
G = 41.31%
B = 38.5%

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

#6CDDCE (or 0x6CDDCE) is known color: Downy. HEX triplet: 6C, DD and CE. RGB value is (108,221,206). Sum of RGB (Red+Green+Blue) = 108+221+206=535 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.19% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDCE is #932231. Grayscale: #B9B9B9. Windows color (decimal): -9642546 or 13557100. OLE color: 13557100.

HSL color Cylindrical-coordinate representation of color #6CDDCE: hue angle of 172.04º degrees, saturation: 0.62, 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 #6CDDCE is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 221 206 -
CMYK 0.51 0 0.07 0.13
HSL 172.04º 0.62% 0.65% -
HSV(B) 172.04º 0.51% 0.87% -
XYZ 43.18 59.36 67.57 -
YUV 185.5 139.56 72.72 -
System Red Green Blue C M Y K H S L
Decimal 108 221 206 0.51 0 0.07 0.13 172.04 0.62 0.65
Hex 6C DD CE 33 0 7 D AC 3E 41
Octal 154 335 316 63 0 7 15 254 76 101
Binary 1101100 11011101 11001110 110011 0 111 1101 10101100 111110 1000001

Color Harmonies of #6CDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDDCE

Black with #6CDDCE

Text Example


Text Example

White with #6CDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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