Html Css Color HEX #6CE1CB Downy

📋 copy color: '#6CE1CB'

red 108 ◦ green 225 ◦ blue 203

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

Shades of Downy #6CE1CB

Tints of Downy #6CE1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.98%

 BLUE value IS 203 (79.69% from 255) = 37.87%

R = 20.15%
G = 41.98%
B = 37.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#6CE1CB (or 0x6CE1CB) is known color: Downy. HEX triplet: 6C, E1 and CB. RGB value is (108,225,203). Sum of RGB (Red+Green+Blue) = 108+225+203=536 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.15% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 225 - color contains mainly: green. Hex color #6CE1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE1CB is #931E34. Grayscale: #BBBBBB. Windows color (decimal): -9641525 or 13361516. OLE color: 13361516.

HSL color Cylindrical-coordinate representation of color #6CE1CB: hue angle of 168.72º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CE1CB is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 108 225 203 -
CMYK 0.52 0 0.10 0.12
HSL 168.72º 0.66% 0.65% -
HSV(B) 168.72º 0.52% 0.88% -
XYZ 43.89 61.35 66.03 -
YUV 187.51 136.74 71.29 -
System Red Green Blue C M Y K H S L
Decimal 108 225 203 0.52 0 0.10 0.12 168.72 0.66 0.65
Hex 6C E1 CB 34 0 A C A9 42 41
Octal 154 341 313 64 0 12 14 251 102 101
Binary 1101100 11100001 11001011 110100 0 1010 1100 10101001 1000010 1000001

Color Harmonies of #6CE1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE1CB

Black with #6CE1CB

Text Example


Text Example

White with #6CE1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,225,203); }

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

background-color css

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

 a { background-color: rgb(108,225,203); }

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

border-color css

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

 span { border-color: rgb(108,225,203); }

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