Html Css Color HEX #6ECBD5 Spray

📋 copy color: '#6ECBD5'

red 110 ◦ green 203 ◦ blue 213

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

Shades of Spray #6ECBD5

Tints of Spray #6ECBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.49%

R = 20.91%
G = 38.59%
B = 40.49%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6ECBD5 (or 0x6ECBD5) is known color: Spray. HEX triplet: 6E, CB and D5. RGB value is (110,203,213). Sum of RGB (Red+Green+Blue) = 110+203+213=526 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.91% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #6ECBD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECBD5 is #91342A. Grayscale: #B0B0B0. Windows color (decimal): -9516075 or 14011246. OLE color: 14011246.

HSL color Cylindrical-coordinate representation of color #6ECBD5: hue angle of 185.83º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ECBD5 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 110 203 213 -
CMYK 0.48 0.05 0 0.16
HSL 185.83º 0.55% 0.63% -
HSV(B) 185.83º 0.48% 0.84% -
XYZ 39.8 50.83 70.66 -
YUV 176.33 148.69 80.69 -
System Red Green Blue C M Y K H S L
Decimal 110 203 213 0.48 0.05 0 0.16 185.83 0.55 0.63
Hex 6E CB D5 30 5 0 10 BA 37 3F
Octal 156 313 325 60 5 0 20 272 67 77
Binary 1101110 11001011 11010101 110000 101 0 10000 10111010 110111 111111

Color Harmonies of #6ECBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECBD5

Black with #6ECBD5

Text Example


Text Example

White with #6ECBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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