Html Css Color HEX #6EC8DA Spray

📋 copy color: '#6EC8DA'

red 110 ◦ green 200 ◦ blue 218

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

Shades of Spray #6EC8DA

Tints of Spray #6EC8DA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.88%

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

R = 20.83%
G = 37.88%
B = 41.29%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6EC8DA (or 0x6EC8DA) is known color: Spray. HEX triplet: 6E, C8 and DA. RGB value is (110,200,218). Sum of RGB (Red+Green+Blue) = 110+200+218=528 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.83% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #6EC8DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC8DA is #913725. Grayscale: #AEAEAE. Windows color (decimal): -9516838 or 14338158. OLE color: 14338158.

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

Color convert

RGB 110 200 218 -
CMYK 0.50 0.08 0 0.15
HSL 190º 0.59% 0.64% -
HSV(B) 190º 0.5% 0.85% -
XYZ 39.74 49.69 73.83 -
YUV 175.14 152.18 81.54 -
System Red Green Blue C M Y K H S L
Decimal 110 200 218 0.50 0.08 0 0.15 190 0.59 0.64
Hex 6E C8 DA 32 8 0 F BE 3B 40
Octal 156 310 332 62 10 0 17 276 73 100
Binary 1101110 11001000 11011010 110010 1000 0 1111 10111110 111011 1000000

Color Harmonies of #6EC8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC8DA

Black with #6EC8DA

Text Example


Text Example

White with #6EC8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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