Html Css Color HEX #6EC7DA Spray

📋 copy color: '#6EC7DA'

red 110 ◦ green 199 ◦ blue 218

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

Shades of Spray #6EC7DA

Tints of Spray #6EC7DA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.76%

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 20.87%
G = 37.76%
B = 41.37%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6EC7DA (or 0x6EC7DA) is known color: Spray. HEX triplet: 6E, C7 and DA. RGB value is (110,199,218). Sum of RGB (Red+Green+Blue) = 110+199+218=527 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.87% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #6EC7DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC7DA is #913825. Grayscale: #AEAEAE. Windows color (decimal): -9517094 or 14337902. OLE color: 14337902.

HSL color Cylindrical-coordinate representation of color #6EC7DA: hue angle of 190.56º 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 #6EC7DA is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 199 218 -
CMYK 0.50 0.09 0 0.15
HSL 190.56º 0.59% 0.64% -
HSV(B) 190.56º 0.5% 0.85% -
XYZ 39.51 49.22 73.75 -
YUV 174.56 152.51 81.96 -
System Red Green Blue C M Y K H S L
Decimal 110 199 218 0.50 0.09 0 0.15 190.56 0.59 0.64
Hex 6E C7 DA 32 9 0 F BF 3B 40
Octal 156 307 332 62 11 0 17 277 73 100
Binary 1101110 11000111 11011010 110010 1001 0 1111 10111111 111011 1000000

Color Harmonies of #6EC7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC7DA

Black with #6EC7DA

Text Example


Text Example

White with #6EC7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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