Html Css Color HEX #6ECFD0 Spray

📋 copy color: '#6ECFD0'

red 110 ◦ green 207 ◦ blue 208

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

Shades of Spray #6ECFD0

Tints of Spray #6ECFD0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.43%

 BLUE value IS 208 (81.64% from 255) = 39.62%

R = 20.95%
G = 39.43%
B = 39.62%

CMYK

 C value IS 0.47

 M value IS 0.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6ECFD0 (or 0x6ECFD0) is known color: Spray. HEX triplet: 6E, CF and D0. RGB value is (110,207,208). Sum of RGB (Red+Green+Blue) = 110+207+208=525 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.95% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #6ECFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFD0 is #91302F. Grayscale: #B2B2B2. Windows color (decimal): -9515056 or 13684590. OLE color: 13684590.

HSL color Cylindrical-coordinate representation of color #6ECFD0: hue angle of 180.61º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ECFD0 is Cyan = 0.47, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 207 208 -
CMYK 0.47 0.00 0 0.18
HSL 180.61º 0.51% 0.62% -
HSV(B) 180.61º 0.47% 0.82% -
XYZ 40.13 52.49 67.69 -
YUV 178.11 144.86 79.42 -
System Red Green Blue C M Y K H S L
Decimal 110 207 208 0.47 0.00 0 0.18 180.61 0.51 0.62
Hex 6E CF D0 2F 0 0 12 B5 33 3E
Octal 156 317 320 57 0 0 22 265 63 76
Binary 1101110 11001111 11010000 101111 0 0 10010 10110101 110011 111110

Color Harmonies of #6ECFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECFD0

Black with #6ECFD0

Text Example


Text Example

White with #6ECFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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