Html Css Color HEX #6EDECF Downy

📋 copy color: '#6EDECF'

red 110 ◦ green 222 ◦ blue 207

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

Shades of Downy #6EDECF

Tints of Downy #6EDECF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.19%

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

R = 20.41%
G = 41.19%
B = 38.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#6EDECF (or 0x6EDECF) is known color: Downy. HEX triplet: 6E, DE and CF. RGB value is (110,222,207). Sum of RGB (Red+Green+Blue) = 110+222+207=539 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.41% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDECF is #912130. Grayscale: #BABABA. Windows color (decimal): -9511217 or 13622894. OLE color: 13622894.

HSL color Cylindrical-coordinate representation of color #6EDECF: hue angle of 171.96º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDECF is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 222 207 -
CMYK 0.50 0 0.07 0.13
HSL 171.96º 0.63% 0.65% -
HSV(B) 171.96º 0.5% 0.87% -
XYZ 43.81 60.06 68.32 -
YUV 186.8 139.39 73.22 -
System Red Green Blue C M Y K H S L
Decimal 110 222 207 0.50 0 0.07 0.13 171.96 0.63 0.65
Hex 6E DE CF 32 0 7 D AC 3F 41
Octal 156 336 317 62 0 7 15 254 77 101
Binary 1101110 11011110 11001111 110010 0 111 1101 10101100 111111 1000001

Color Harmonies of #6EDECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDECF

Black with #6EDECF

Text Example


Text Example

White with #6EDECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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