Html Css Color HEX #6EDCCF Downy

📋 copy color: '#6EDCCF'

red 110 ◦ green 220 ◦ blue 207

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

Shades of Downy #6EDCCF

Tints of Downy #6EDCCF

RGB

 RED value IS 110 (43.36% from 255) = 20.48%

 GREEN value IS 220 (86.33% from 255) = 40.97%

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

R = 20.48%
G = 40.97%
B = 38.55%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#6EDCCF (or 0x6EDCCF) is known color: Downy. HEX triplet: 6E, DC and CF. RGB value is (110,220,207). Sum of RGB (Red+Green+Blue) = 110+220+207=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCCF is #912330. Grayscale: #B9B9B9. Windows color (decimal): -9511729 or 13622382. OLE color: 13622382.

HSL color Cylindrical-coordinate representation of color #6EDCCF: hue angle of 172.91º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDCCF is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 220 207 -
CMYK 0.50 0 0.06 0.14
HSL 172.91º 0.61% 0.65% -
HSV(B) 172.91º 0.5% 0.86% -
XYZ 43.29 59.01 68.14 -
YUV 185.63 140.06 74.06 -
System Red Green Blue C M Y K H S L
Decimal 110 220 207 0.50 0 0.06 0.14 172.91 0.61 0.65
Hex 6E DC CF 32 0 6 E AD 3D 41
Octal 156 334 317 62 0 6 16 255 75 101
Binary 1101110 11011100 11001111 110010 0 110 1110 10101101 111101 1000001

Color Harmonies of #6EDCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCCF

Black with #6EDCCF

Text Example


Text Example

White with #6EDCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,220,207); }

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

background-color css

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

 a { background-color: rgb(110,220,207); }

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

border-color css

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

 span { border-color: rgb(110,220,207); }

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