Html Css Color HEX #6EABD5 Seagull

📋 copy color: '#6EABD5'

red 110 ◦ green 171 ◦ blue 213

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

Shades of Seagull #6EABD5

Tints of Seagull #6EABD5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.62%

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

R = 22.27%
G = 34.62%
B = 43.12%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6EABD5 (or 0x6EABD5) is known color: Seagull. HEX triplet: 6E, AB and D5. RGB value is (110,171,213). Sum of RGB (Red+Green+Blue) = 110+171+213=494 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.27% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #6EABD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABD5 is #91542A. Grayscale: #9D9D9D. Windows color (decimal): -9524267 or 14003054. OLE color: 14003054.

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

Color convert

RGB 110 171 213 -
CMYK 0.48 0.20 0 0.16
HSL 204.47º 0.55% 0.63% -
HSV(B) 204.47º 0.48% 0.84% -
XYZ 33 37.24 68.4 -
YUV 157.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 110 171 213 0.48 0.20 0 0.16 204.47 0.55 0.63
Hex 6E AB D5 30 14 0 10 CC 37 3F
Octal 156 253 325 60 24 0 20 314 67 77
Binary 1101110 10101011 11010101 110000 10100 0 10000 11001100 110111 111111

Color Harmonies of #6EABD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EABD5

Black with #6EABD5

Text Example


Text Example

White with #6EABD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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