Html Css Color HEX #6EACCB Seagull

📋 copy color: '#6EACCB'

red 110 ◦ green 172 ◦ blue 203

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

Shades of Seagull #6EACCB

Tints of Seagull #6EACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.46%

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

R = 22.68%
G = 35.46%
B = 41.86%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6EACCB (or 0x6EACCB) is known color: Seagull. HEX triplet: 6E, AC and CB. RGB value is (110,172,203). Sum of RGB (Red+Green+Blue) = 110+172+203=485 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.68% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #6EACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACCB is #915334. Grayscale: #9C9C9C. Windows color (decimal): -9524021 or 13347950. OLE color: 13347950.

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

Color convert

RGB 110 172 203 -
CMYK 0.46 0.15 0 0.20
HSL 200º 0.47% 0.61% -
HSV(B) 200º 0.46% 0.8% -
XYZ 31.96 37.13 61.98 -
YUV 157 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 110 172 203 0.46 0.15 0 0.20 200 0.47 0.61
Hex 6E AC CB 2E F 0 14 C8 2F 3D
Octal 156 254 313 56 17 0 24 310 57 75
Binary 1101110 10101100 11001011 101110 1111 0 10100 11001000 101111 111101

Color Harmonies of #6EACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EACCB

Black with #6EACCB

Text Example


Text Example

White with #6EACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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