Html Css Color HEX #6EDACF Downy

📋 copy color: '#6EDACF'

red 110 ◦ green 218 ◦ blue 207

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

Shades of Downy #6EDACF

Tints of Downy #6EDACF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.75%

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

R = 20.56%
G = 40.75%
B = 38.69%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#6EDACF (or 0x6EDACF) is known color: Downy. HEX triplet: 6E, DA and CF. RGB value is (110,218,207). Sum of RGB (Red+Green+Blue) = 110+218+207=535 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.56% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDACF is #912530. Grayscale: #B8B8B8. Windows color (decimal): -9512241 or 13621870. OLE color: 13621870.

HSL color Cylindrical-coordinate representation of color #6EDACF: hue angle of 173.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDACF is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 218 207 -
CMYK 0.50 0 0.05 0.15
HSL 173.89º 0.59% 0.64% -
HSV(B) 173.89º 0.5% 0.85% -
XYZ 42.76 57.96 67.97 -
YUV 184.45 140.72 74.89 -
System Red Green Blue C M Y K H S L
Decimal 110 218 207 0.50 0 0.05 0.15 173.89 0.59 0.64
Hex 6E DA CF 32 0 5 F AE 3B 40
Octal 156 332 317 62 0 5 17 256 73 100
Binary 1101110 11011010 11001111 110010 0 101 1111 10101110 111011 1000000

Color Harmonies of #6EDACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDACF

Black with #6EDACF

Text Example


Text Example

White with #6EDACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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