Html Css Color HEX #6CE4CF Downy

📋 copy color: '#6CE4CF'

red 108 ◦ green 228 ◦ blue 207

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

Shades of Downy #6CE4CF

Tints of Downy #6CE4CF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.99%

 BLUE value IS 207 (81.25% from 255) = 38.12%

R = 19.89%
G = 41.99%
B = 38.12%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#6CE4CF (or 0x6CE4CF) is known color: Downy. HEX triplet: 6C, E4 and CF. RGB value is (108,228,207). Sum of RGB (Red+Green+Blue) = 108+228+207=543 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.89% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #6CE4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE4CF is #931B30. Grayscale: #BDBDBD. Windows color (decimal): -9640753 or 13624428. OLE color: 13624428.

HSL color Cylindrical-coordinate representation of color #6CE4CF: hue angle of 169.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CE4CF is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 108 228 207 -
CMYK 0.53 0 0.09 0.11
HSL 169.5º 0.69% 0.66% -
HSV(B) 169.5º 0.53% 0.89% -
XYZ 45.19 63.18 68.84 -
YUV 189.73 137.74 69.71 -
System Red Green Blue C M Y K H S L
Decimal 108 228 207 0.53 0 0.09 0.11 169.5 0.69 0.66
Hex 6C E4 CF 35 0 9 B AA 45 42
Octal 154 344 317 65 0 11 13 252 105 102
Binary 1101100 11100100 11001111 110101 0 1001 1011 10101010 1000101 1000010

Color Harmonies of #6CE4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE4CF

Black with #6CE4CF

Text Example


Text Example

White with #6CE4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,228,207); }

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

background-color css

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

 a { background-color: rgb(108,228,207); }

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

border-color css

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

 span { border-color: rgb(108,228,207); }

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