Html Css Color HEX #6EAFCE Seagull

📋 copy color: '#6EAFCE'

red 110 ◦ green 175 ◦ blue 206

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

Shades of Seagull #6EAFCE

Tints of Seagull #6EAFCE

RGB

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

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

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

R = 22.4%
G = 35.64%
B = 41.96%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6EAFCE (or 0x6EAFCE) is known color: Seagull. HEX triplet: 6E, AF and CE. RGB value is (110,175,206). Sum of RGB (Red+Green+Blue) = 110+175+206=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #6EAFCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAFCE is #915031. Grayscale: #9E9E9E. Windows color (decimal): -9523250 or 13545326. OLE color: 13545326.

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

Color convert

RGB 110 175 206 -
CMYK 0.47 0.15 0 0.19
HSL 199.38º 0.49% 0.62% -
HSV(B) 199.38º 0.47% 0.81% -
XYZ 32.9 38.43 64.08 -
YUV 159.1 154.47 92.98 -
System Red Green Blue C M Y K H S L
Decimal 110 175 206 0.47 0.15 0 0.19 199.38 0.49 0.62
Hex 6E AF CE 2F F 0 13 C7 31 3E
Octal 156 257 316 57 17 0 23 307 61 76
Binary 1101110 10101111 11001110 101111 1111 0 10011 11000111 110001 111110

Color Harmonies of #6EAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAFCE

Black with #6EAFCE

Text Example


Text Example

White with #6EAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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