Html Css Color HEX #6EBACC Seagull

📋 copy color: '#6EBACC'

red 110 ◦ green 186 ◦ blue 204

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

Shades of Seagull #6EBACC

Tints of Seagull #6EBACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.2%

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

R = 22%
G = 37.2%
B = 40.8%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6EBACC (or 0x6EBACC) is known color: Seagull. HEX triplet: 6E, BA and CC. RGB value is (110,186,204). Sum of RGB (Red+Green+Blue) = 110+186+204=500 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EBACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBACC is #914533. Grayscale: #A5A5A5. Windows color (decimal): -9520436 or 13417070. OLE color: 13417070.

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

Color convert

RGB 110 186 204 -
CMYK 0.46 0.09 0 0.2
HSL 191.49º 0.48% 0.62% -
HSV(B) 191.49º 0.46% 0.8% -
XYZ 34.89 42.79 63.55 -
YUV 165.33 149.82 88.54 -
System Red Green Blue C M Y K H S L
Decimal 110 186 204 0.46 0.09 0 0.2 191.49 0.48 0.62
Hex 6E BA CC 2E 9 0 14 BF 30 3E
Octal 156 272 314 56 11 0 24 277 60 76
Binary 1101110 10111010 11001100 101110 1001 0 10100 10111111 110000 111110

Color Harmonies of #6EBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBACC

Black with #6EBACC

Text Example


Text Example

White with #6EBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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