Html Css Color HEX #6EAFCB Seagull

📋 copy color: '#6EAFCB'

red 110 ◦ green 175 ◦ blue 203

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

Shades of Seagull #6EAFCB

Tints of Seagull #6EAFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.6%

R = 22.54%
G = 35.86%
B = 41.6%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6EAFCB (or 0x6EAFCB) is known color: Seagull. HEX triplet: 6E, AF and CB. RGB value is (110,175,203). Sum of RGB (Red+Green+Blue) = 110+175+203=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #6EAFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAFCB is #915034. Grayscale: #9E9E9E. Windows color (decimal): -9523253 or 13348718. OLE color: 13348718.

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

Color convert

RGB 110 175 203 -
CMYK 0.46 0.14 0 0.20
HSL 198.06º 0.47% 0.61% -
HSV(B) 198.06º 0.46% 0.8% -
XYZ 32.54 38.29 62.17 -
YUV 158.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 110 175 203 0.46 0.14 0 0.20 198.06 0.47 0.61
Hex 6E AF CB 2E E 0 14 C6 2F 3D
Octal 156 257 313 56 16 0 24 306 57 75
Binary 1101110 10101111 11001011 101110 1110 0 10100 11000110 101111 111101

Color Harmonies of #6EAFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAFCB

Black with #6EAFCB

Text Example


Text Example

White with #6EAFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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