Html Css Color HEX #6ECAE6 Spray

📋 copy color: '#6ECAE6'

red 110 ◦ green 202 ◦ blue 230

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

Shades of Spray #6ECAE6

Tints of Spray #6ECAE6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.27%

 BLUE value IS 230 (90.23% from 255) = 42.44%

R = 20.3%
G = 37.27%
B = 42.44%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6ECAE6 (or 0x6ECAE6) is known color: Spray. HEX triplet: 6E, CA and E6. RGB value is (110,202,230). Sum of RGB (Red+Green+Blue) = 110+202+230=542 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.30% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #6ECAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECAE6 is #913519. Grayscale: #B1B1B1. Windows color (decimal): -9516314 or 15125102. OLE color: 15125102.

HSL color Cylindrical-coordinate representation of color #6ECAE6: hue angle of 194º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ECAE6 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 110 202 230 -
CMYK 0.52 0.12 0 0.10
HSL 194º 0.71% 0.67% -
HSV(B) 194º 0.52% 0.9% -
XYZ 41.83 51.27 82.55 -
YUV 177.68 157.52 79.72 -
System Red Green Blue C M Y K H S L
Decimal 110 202 230 0.52 0.12 0 0.10 194 0.71 0.67
Hex 6E CA E6 34 C 0 A C2 47 43
Octal 156 312 346 64 14 0 12 302 107 103
Binary 1101110 11001010 11100110 110100 1100 0 1010 11000010 1000111 1000011

Color Harmonies of #6ECAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECAE6

Black with #6ECAE6

Text Example


Text Example

White with #6ECAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,202,230); }

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

background-color css

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

 a { background-color: rgb(110,202,230); }

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

border-color css

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

 span { border-color: rgb(110,202,230); }

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