Html Css Color HEX #6ECAD0 Spray

📋 copy color: '#6ECAD0'

red 110 ◦ green 202 ◦ blue 208

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

Shades of Spray #6ECAD0

Tints of Spray #6ECAD0

RGB

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

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

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

R = 21.15%
G = 38.85%
B = 40%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6ECAD0 (or 0x6ECAD0) is known color: Spray. HEX triplet: 6E, CA and D0. RGB value is (110,202,208). Sum of RGB (Red+Green+Blue) = 110+202+208=520 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.15% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #6ECAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECAD0 is #91352F. Grayscale: #AFAFAF. Windows color (decimal): -9516336 or 13683310. OLE color: 13683310.

HSL color Cylindrical-coordinate representation of color #6ECAD0: hue angle of 183.67º 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 #6ECAD0 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 202 208 -
CMYK 0.47 0.03 0 0.18
HSL 183.67º 0.51% 0.62% -
HSV(B) 183.67º 0.47% 0.82% -
XYZ 38.94 50.11 67.29 -
YUV 175.18 146.52 81.51 -
System Red Green Blue C M Y K H S L
Decimal 110 202 208 0.47 0.03 0 0.18 183.67 0.51 0.62
Hex 6E CA D0 2F 3 0 12 B8 33 3E
Octal 156 312 320 57 3 0 22 270 63 76
Binary 1101110 11001010 11010000 101111 11 0 10010 10111000 110011 111110

Color Harmonies of #6ECAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECAD0

Black with #6ECAD0

Text Example


Text Example

White with #6ECAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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