Html Css Color HEX #6EACCE Seagull

📋 copy color: '#6EACCE'

red 110 ◦ green 172 ◦ blue 206

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

Shades of Seagull #6EACCE

Tints of Seagull #6EACCE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.25%

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

R = 22.54%
G = 35.25%
B = 42.21%

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

#6EACCE (or 0x6EACCE) is known color: Seagull. HEX triplet: 6E, AC and CE. RGB value is (110,172,206). Sum of RGB (Red+Green+Blue) = 110+172+206=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #6EACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACCE is #915331. Grayscale: #9D9D9D. Windows color (decimal): -9524018 or 13544558. OLE color: 13544558.

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

Color convert

RGB 110 172 206 -
CMYK 0.47 0.17 0 0.19
HSL 201.25º 0.49% 0.62% -
HSV(B) 201.25º 0.47% 0.81% -
XYZ 32.32 37.28 63.88 -
YUV 157.34 155.46 94.24 -
System Red Green Blue C M Y K H S L
Decimal 110 172 206 0.47 0.17 0 0.19 201.25 0.49 0.62
Hex 6E AC CE 2F 11 0 13 C9 31 3E
Octal 156 254 316 57 21 0 23 311 61 76
Binary 1101110 10101100 11001110 101111 10001 0 10011 11001001 110001 111110

Color Harmonies of #6EACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EACCE

Black with #6EACCE

Text Example


Text Example

White with #6EACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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