Html Css Color HEX #6ECFD5 Spray

📋 copy color: '#6ECFD5'

red 110 ◦ green 207 ◦ blue 213

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

Shades of Spray #6ECFD5

Tints of Spray #6ECFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.19%

R = 20.75%
G = 39.06%
B = 40.19%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6ECFD5 (or 0x6ECFD5) is known color: Spray. HEX triplet: 6E, CF and D5. RGB value is (110,207,213). Sum of RGB (Red+Green+Blue) = 110+207+213=530 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.75% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #6ECFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFD5 is #91302A. Grayscale: #B2B2B2. Windows color (decimal): -9515051 or 14012270. OLE color: 14012270.

HSL color Cylindrical-coordinate representation of color #6ECFD5: hue angle of 183.5º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ECFD5 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 110 207 213 -
CMYK 0.48 0.03 0 0.16
HSL 183.5º 0.55% 0.63% -
HSV(B) 183.5º 0.48% 0.84% -
XYZ 40.75 52.74 70.98 -
YUV 178.68 147.36 79.01 -
System Red Green Blue C M Y K H S L
Decimal 110 207 213 0.48 0.03 0 0.16 183.5 0.55 0.63
Hex 6E CF D5 30 3 0 10 B7 37 3F
Octal 156 317 325 60 3 0 20 267 67 77
Binary 1101110 11001111 11010101 110000 11 0 10000 10110111 110111 111111

Color Harmonies of #6ECFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECFD5

Black with #6ECFD5

Text Example


Text Example

White with #6ECFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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