Html Css Color HEX #6EADCE Seagull

📋 copy color: '#6EADCE'

red 110 ◦ green 173 ◦ blue 206

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

Shades of Seagull #6EADCE

Tints of Seagull #6EADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.38%

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 22.49%
G = 35.38%
B = 42.13%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6EADCE (or 0x6EADCE) is known color: Seagull. HEX triplet: 6E, AD and CE. RGB value is (110,173,206). Sum of RGB (Red+Green+Blue) = 110+173+206=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #6EADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EADCE is #915231. Grayscale: #9D9D9D. Windows color (decimal): -9523762 or 13544814. OLE color: 13544814.

HSL color Cylindrical-coordinate representation of color #6EADCE: hue angle of 200.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EADCE is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 173 206 -
CMYK 0.47 0.16 0 0.19
HSL 200.63º 0.49% 0.62% -
HSV(B) 200.63º 0.47% 0.81% -
XYZ 32.51 37.66 63.95 -
YUV 157.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 110 173 206 0.47 0.16 0 0.19 200.63 0.49 0.62
Hex 6E AD CE 2F 10 0 13 C9 31 3E
Octal 156 255 316 57 20 0 23 311 61 76
Binary 1101110 10101101 11001110 101111 10000 0 10011 11001001 110001 111110

Color Harmonies of #6EADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EADCE

Black with #6EADCE

Text Example


Text Example

White with #6EADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,173,206); }

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

background-color css

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

 a { background-color: rgb(110,173,206); }

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

border-color css

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

 span { border-color: rgb(110,173,206); }

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