Html Css Color HEX #6ECBDA Spray

📋 copy color: '#6ECBDA'

red 110 ◦ green 203 ◦ blue 218

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

Shades of Spray #6ECBDA

Tints of Spray #6ECBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.23%

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

R = 20.72%
G = 38.23%
B = 41.05%

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

#6ECBDA (or 0x6ECBDA) is known color: Spray. HEX triplet: 6E, CB and DA. RGB value is (110,203,218). Sum of RGB (Red+Green+Blue) = 110+203+218=531 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.72% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #6ECBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECBDA is #913425. Grayscale: #B0B0B0. Windows color (decimal): -9516070 or 14338926. OLE color: 14338926.

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

Color convert

RGB 110 203 218 -
CMYK 0.50 0.07 0 0.15
HSL 188.33º 0.59% 0.64% -
HSV(B) 188.33º 0.5% 0.85% -
XYZ 40.44 51.09 74.06 -
YUV 176.9 151.19 80.28 -
System Red Green Blue C M Y K H S L
Decimal 110 203 218 0.50 0.07 0 0.15 188.33 0.59 0.64
Hex 6E CB DA 32 7 0 F BC 3B 40
Octal 156 313 332 62 7 0 17 274 73 100
Binary 1101110 11001011 11011010 110010 111 0 1111 10111100 111011 1000000

Color Harmonies of #6ECBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECBDA

Black with #6ECBDA

Text Example


Text Example

White with #6ECBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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