Html Css Color HEX #6EAFCC Seagull

📋 copy color: '#6EAFCC'

red 110 ◦ green 175 ◦ blue 204

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

Shades of Seagull #6EAFCC

Tints of Seagull #6EAFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 22.49%
G = 35.79%
B = 41.72%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6EAFCC (or 0x6EAFCC) is known color: Seagull. HEX triplet: 6E, AF and CC. RGB value is (110,175,204). Sum of RGB (Red+Green+Blue) = 110+175+204=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EAFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAFCC is #915033. Grayscale: #9E9E9E. Windows color (decimal): -9523252 or 13414254. OLE color: 13414254.

HSL color Cylindrical-coordinate representation of color #6EAFCC: hue angle of 198.51º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EAFCC is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 110 175 204 -
CMYK 0.46 0.14 0 0.2
HSL 198.51º 0.48% 0.62% -
HSV(B) 198.51º 0.46% 0.8% -
XYZ 32.66 38.33 62.8 -
YUV 158.87 153.47 93.14 -
System Red Green Blue C M Y K H S L
Decimal 110 175 204 0.46 0.14 0 0.2 198.51 0.48 0.62
Hex 6E AF CC 2E E 0 14 C7 30 3E
Octal 156 257 314 56 16 0 24 307 60 76
Binary 1101110 10101111 11001100 101110 1110 0 10100 11000111 110000 111110

Color Harmonies of #6EAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAFCC

Black with #6EAFCC

Text Example


Text Example

White with #6EAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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