Html Css Color HEX #6EAFD5 Seagull

📋 copy color: '#6EAFD5'

red 110 ◦ green 175 ◦ blue 213

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

Shades of Seagull #6EAFD5

Tints of Seagull #6EAFD5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.14%

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

R = 22.09%
G = 35.14%
B = 42.77%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6EAFD5 (or 0x6EAFD5) is known color: Seagull. HEX triplet: 6E, AF and D5. RGB value is (110,175,213). Sum of RGB (Red+Green+Blue) = 110+175+213=498 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.09% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #6EAFD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAFD5 is #91502A. Grayscale: #9F9F9F. Windows color (decimal): -9523243 or 14004078. OLE color: 14004078.

HSL color Cylindrical-coordinate representation of color #6EAFD5: hue angle of 202.14º 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 #6EAFD5 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 110 175 213 -
CMYK 0.48 0.18 0 0.16
HSL 202.14º 0.55% 0.63% -
HSV(B) 202.14º 0.48% 0.84% -
XYZ 33.77 38.78 68.66 -
YUV 159.9 157.97 92.41 -
System Red Green Blue C M Y K H S L
Decimal 110 175 213 0.48 0.18 0 0.16 202.14 0.55 0.63
Hex 6E AF D5 30 12 0 10 CA 37 3F
Octal 156 257 325 60 22 0 20 312 67 77
Binary 1101110 10101111 11010101 110000 10010 0 10000 11001010 110111 111111

Color Harmonies of #6EAFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAFD5

Black with #6EAFD5

Text Example


Text Example

White with #6EAFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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