Html Css Color HEX #6EDFCF Downy

📋 copy color: '#6EDFCF'

red 110 ◦ green 223 ◦ blue 207

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

Shades of Downy #6EDFCF

Tints of Downy #6EDFCF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.3%

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

R = 20.37%
G = 41.3%
B = 38.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#6EDFCF (or 0x6EDFCF) is known color: Downy. HEX triplet: 6E, DF and CF. RGB value is (110,223,207). Sum of RGB (Red+Green+Blue) = 110+223+207=540 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.37% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDFCF is #912030. Grayscale: #BBBBBB. Windows color (decimal): -9510961 or 13623150. OLE color: 13623150.

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

Color convert

RGB 110 223 207 -
CMYK 0.51 0 0.07 0.13
HSL 171.5º 0.64% 0.65% -
HSV(B) 171.5º 0.51% 0.87% -
XYZ 44.08 60.6 68.4 -
YUV 187.39 139.06 72.8 -
System Red Green Blue C M Y K H S L
Decimal 110 223 207 0.51 0 0.07 0.13 171.5 0.64 0.65
Hex 6E DF CF 33 0 7 D AC 40 41
Octal 156 337 317 63 0 7 15 254 100 101
Binary 1101110 11011111 11001111 110011 0 111 1101 10101100 1000000 1000001

Color Harmonies of #6EDFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDFCF

Black with #6EDFCF

Text Example


Text Example

White with #6EDFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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