Html Css Color HEX #6EA9D1 Seagull

📋 copy color: '#6EA9D1'

red 110 ◦ green 169 ◦ blue 209

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

Shades of Seagull #6EA9D1

Tints of Seagull #6EA9D1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.63%

 BLUE value IS 209 (82.03% from 255) = 42.83%

R = 22.54%
G = 34.63%
B = 42.83%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6EA9D1 (or 0x6EA9D1) is known color: Seagull. HEX triplet: 6E, A9 and D1. RGB value is (110,169,209). Sum of RGB (Red+Green+Blue) = 110+169+209=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #6EA9D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA9D1 is #91562E. Grayscale: #9B9B9B. Windows color (decimal): -9524783 or 13740398. OLE color: 13740398.

HSL color Cylindrical-coordinate representation of color #6EA9D1: hue angle of 204.24º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EA9D1 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 169 209 -
CMYK 0.47 0.19 0 0.18
HSL 204.24º 0.52% 0.63% -
HSV(B) 204.24º 0.47% 0.82% -
XYZ 32.13 36.29 65.63 -
YUV 155.92 157.95 95.25 -
System Red Green Blue C M Y K H S L
Decimal 110 169 209 0.47 0.19 0 0.18 204.24 0.52 0.63
Hex 6E A9 D1 2F 13 0 12 CC 34 3F
Octal 156 251 321 57 23 0 22 314 64 77
Binary 1101110 10101001 11010001 101111 10011 0 10010 11001100 110100 111111

Color Harmonies of #6EA9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA9D1

Black with #6EA9D1

Text Example


Text Example

White with #6EA9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,169,209); }

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

background-color css

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

 a { background-color: rgb(110,169,209); }

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

border-color css

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

 span { border-color: rgb(110,169,209); }

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