Html Css Color HEX #6EAACE Seagull

📋 copy color: '#6EAACE'

red 110 ◦ green 170 ◦ blue 206

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

Shades of Seagull #6EAACE

Tints of Seagull #6EAACE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.98%

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

R = 22.63%
G = 34.98%
B = 42.39%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6EAACE (or 0x6EAACE) is known color: Seagull. HEX triplet: 6E, AA and CE. RGB value is (110,170,206). Sum of RGB (Red+Green+Blue) = 110+170+206=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #6EAACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAACE is #915531. Grayscale: #9B9B9B. Windows color (decimal): -9524530 or 13544046. OLE color: 13544046.

HSL color Cylindrical-coordinate representation of color #6EAACE: hue angle of 202.5º 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 #6EAACE is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 170 206 -
CMYK 0.47 0.17 0 0.19
HSL 202.5º 0.49% 0.62% -
HSV(B) 202.5º 0.47% 0.81% -
XYZ 31.95 36.52 63.76 -
YUV 156.16 156.12 95.07 -
System Red Green Blue C M Y K H S L
Decimal 110 170 206 0.47 0.17 0 0.19 202.5 0.49 0.62
Hex 6E AA CE 2F 11 0 13 CA 31 3E
Octal 156 252 316 57 21 0 23 312 61 76
Binary 1101110 10101010 11001110 101111 10001 0 10011 11001010 110001 111110

Color Harmonies of #6EAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAACE

Black with #6EAACE

Text Example


Text Example

White with #6EAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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