Html Css Color HEX #6EBACD Seagull

📋 copy color: '#6EBACD'

red 110 ◦ green 186 ◦ blue 205

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

Shades of Seagull #6EBACD

Tints of Seagull #6EBACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.92%

R = 21.96%
G = 37.13%
B = 40.92%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6EBACD (or 0x6EBACD) is known color: Seagull. HEX triplet: 6E, BA and CD. RGB value is (110,186,205). Sum of RGB (Red+Green+Blue) = 110+186+205=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EBACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBACD is #914532. Grayscale: #A5A5A5. Windows color (decimal): -9520435 or 13482606. OLE color: 13482606.

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

Color convert

RGB 110 186 205 -
CMYK 0.46 0.09 0 0.20
HSL 192º 0.49% 0.62% -
HSV(B) 192º 0.46% 0.8% -
XYZ 35.01 42.84 64.18 -
YUV 165.44 150.32 88.46 -
System Red Green Blue C M Y K H S L
Decimal 110 186 205 0.46 0.09 0 0.20 192 0.49 0.62
Hex 6E BA CD 2E 9 0 14 C0 31 3E
Octal 156 272 315 56 11 0 24 300 61 76
Binary 1101110 10111010 11001101 101110 1001 0 10100 11000000 110001 111110

Color Harmonies of #6EBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBACD

Black with #6EBACD

Text Example


Text Example

White with #6EBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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