Html Css Color HEX #6ECADA Spray

📋 copy color: '#6ECADA'

red 110 ◦ green 202 ◦ blue 218

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

Shades of Spray #6ECADA

Tints of Spray #6ECADA

RGB

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

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

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

R = 20.75%
G = 38.11%
B = 41.13%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6ECADA (or 0x6ECADA) is known color: Spray. HEX triplet: 6E, CA and DA. RGB value is (110,202,218). Sum of RGB (Red+Green+Blue) = 110+202+218=530 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.75% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #6ECADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECADA is #913525. Grayscale: #B0B0B0. Windows color (decimal): -9516326 or 14338670. OLE color: 14338670.

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

Color convert

RGB 110 202 218 -
CMYK 0.50 0.07 0 0.15
HSL 188.89º 0.59% 0.64% -
HSV(B) 188.89º 0.5% 0.85% -
XYZ 40.21 50.62 73.98 -
YUV 176.32 151.52 80.7 -
System Red Green Blue C M Y K H S L
Decimal 110 202 218 0.50 0.07 0 0.15 188.89 0.59 0.64
Hex 6E CA DA 32 7 0 F BD 3B 40
Octal 156 312 332 62 7 0 17 275 73 100
Binary 1101110 11001010 11011010 110010 111 0 1111 10111101 111011 1000000

Color Harmonies of #6ECADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECADA

Black with #6ECADA

Text Example


Text Example

White with #6ECADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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