Html Css Color HEX #6EABCE Seagull

📋 copy color: '#6EABCE'

red 110 ◦ green 171 ◦ blue 206

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

Shades of Seagull #6EABCE

Tints of Seagull #6EABCE

RGB

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

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

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

R = 22.59%
G = 35.11%
B = 42.3%

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

#6EABCE (or 0x6EABCE) is known color: Seagull. HEX triplet: 6E, AB and CE. RGB value is (110,171,206). Sum of RGB (Red+Green+Blue) = 110+171+206=487 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.59% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #6EABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABCE is #915431. Grayscale: #9C9C9C. Windows color (decimal): -9524274 or 13544302. OLE color: 13544302.

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

Color convert

RGB 110 171 206 -
CMYK 0.47 0.17 0 0.19
HSL 201.88º 0.49% 0.62% -
HSV(B) 201.88º 0.47% 0.81% -
XYZ 32.13 36.9 63.82 -
YUV 156.75 155.79 94.65 -
System Red Green Blue C M Y K H S L
Decimal 110 171 206 0.47 0.17 0 0.19 201.88 0.49 0.62
Hex 6E AB CE 2F 11 0 13 CA 31 3E
Octal 156 253 316 57 21 0 23 312 61 76
Binary 1101110 10101011 11001110 101111 10001 0 10011 11001010 110001 111110

Color Harmonies of #6EABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EABCE

Black with #6EABCE

Text Example


Text Example

White with #6EABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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