Html Css Color HEX #6EABC8 Seagull

📋 copy color: '#6EABC8'

red 110 ◦ green 171 ◦ blue 200

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

Shades of Seagull #6EABC8

Tints of Seagull #6EABC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.58%

R = 22.87%
G = 35.55%
B = 41.58%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6EABC8 (or 0x6EABC8) is known color: Seagull. HEX triplet: 6E, AB and C8. RGB value is (110,171,200). Sum of RGB (Red+Green+Blue) = 110+171+200=481 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.87% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 200 - color contains mainly: blue. Hex color #6EABC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABC8 is #915437. Grayscale: #9B9B9B. Windows color (decimal): -9524280 or 13151086. OLE color: 13151086.

HSL color Cylindrical-coordinate representation of color #6EABC8: hue angle of 199.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EABC8 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 110 171 200 -
CMYK 0.45 0.14 0 0.22
HSL 199.33º 0.45% 0.61% -
HSV(B) 199.33º 0.45% 0.78% -
XYZ 31.42 36.61 60.05 -
YUV 156.07 152.79 95.14 -
System Red Green Blue C M Y K H S L
Decimal 110 171 200 0.45 0.14 0 0.22 199.33 0.45 0.61
Hex 6E AB C8 2D E 0 16 C7 2D 3D
Octal 156 253 310 55 16 0 26 307 55 75
Binary 1101110 10101011 11001000 101101 1110 0 10110 11000111 101101 111101

Color Harmonies of #6EABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EABC8

Black with #6EABC8

Text Example


Text Example

White with #6EABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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