Html Css Color HEX #6CDFCE Downy

📋 copy color: '#6CDFCE'

red 108 ◦ green 223 ◦ blue 206

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

Shades of Downy #6CDFCE

Tints of Downy #6CDFCE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.53%

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

R = 20.11%
G = 41.53%
B = 38.36%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#6CDFCE (or 0x6CDFCE) is known color: Downy. HEX triplet: 6C, DF and CE. RGB value is (108,223,206). Sum of RGB (Red+Green+Blue) = 108+223+206=537 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.11% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDFCE is #932031. Grayscale: #BABABA. Windows color (decimal): -9642034 or 13557612. OLE color: 13557612.

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

Color convert

RGB 108 223 206 -
CMYK 0.52 0 0.08 0.13
HSL 171.13º 0.64% 0.65% -
HSV(B) 171.13º 0.52% 0.87% -
XYZ 43.71 60.42 67.75 -
YUV 186.68 138.9 71.88 -
System Red Green Blue C M Y K H S L
Decimal 108 223 206 0.52 0 0.08 0.13 171.13 0.64 0.65
Hex 6C DF CE 34 0 8 D AB 40 41
Octal 154 337 316 64 0 10 15 253 100 101
Binary 1101100 11011111 11001110 110100 0 1000 1101 10101011 1000000 1000001

Color Harmonies of #6CDFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDFCE

Black with #6CDFCE

Text Example


Text Example

White with #6CDFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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