Html Css Color HEX #6EABCF Seagull

📋 copy color: '#6EABCF'

red 110 ◦ green 171 ◦ blue 207

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

Shades of Seagull #6EABCF

Tints of Seagull #6EABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.04%

 BLUE value IS 207 (81.25% from 255) = 42.42%

R = 22.54%
G = 35.04%
B = 42.42%

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

#6EABCF (or 0x6EABCF) is known color: Seagull. HEX triplet: 6E, AB and CF. RGB value is (110,171,207). Sum of RGB (Red+Green+Blue) = 110+171+207=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #6EABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABCF is #915430. Grayscale: #9C9C9C. Windows color (decimal): -9524273 or 13609838. OLE color: 13609838.

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

Color convert

RGB 110 171 207 -
CMYK 0.47 0.17 0 0.19
HSL 202.27º 0.5% 0.62% -
HSV(B) 202.27º 0.47% 0.81% -
XYZ 32.26 36.95 64.46 -
YUV 156.87 156.29 94.57 -
System Red Green Blue C M Y K H S L
Decimal 110 171 207 0.47 0.17 0 0.19 202.27 0.5 0.62
Hex 6E AB CF 2F 11 0 13 CA 32 3E
Octal 156 253 317 57 21 0 23 312 62 76
Binary 1101110 10101011 11001111 101111 10001 0 10011 11001010 110010 111110

Color Harmonies of #6EABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EABCF

Black with #6EABCF

Text Example


Text Example

White with #6EABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,171,207); }

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

background-color css

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

 a { background-color: rgb(110,171,207); }

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

border-color css

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

 span { border-color: rgb(110,171,207); }

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