Html Css Color HEX #6EBBCD Seagull

📋 copy color: '#6EBBCD'

red 110 ◦ green 187 ◦ blue 205

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

Shades of Seagull #6EBBCD

Tints of Seagull #6EBBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.25%

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

R = 21.91%
G = 37.25%
B = 40.84%

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

#6EBBCD (or 0x6EBBCD) is known color: Seagull. HEX triplet: 6E, BB and CD. RGB value is (110,187,205). Sum of RGB (Red+Green+Blue) = 110+187+205=502 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.91% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EBBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBBCD is #914432. Grayscale: #A5A5A5. Windows color (decimal): -9520179 or 13482862. OLE color: 13482862.

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

Color convert

RGB 110 187 205 -
CMYK 0.46 0.09 0 0.20
HSL 191.37º 0.49% 0.62% -
HSV(B) 191.37º 0.46% 0.8% -
XYZ 35.22 43.26 64.25 -
YUV 166.03 149.99 88.04 -
System Red Green Blue C M Y K H S L
Decimal 110 187 205 0.46 0.09 0 0.20 191.37 0.49 0.62
Hex 6E BB CD 2E 9 0 14 BF 31 3E
Octal 156 273 315 56 11 0 24 277 61 76
Binary 1101110 10111011 11001101 101110 1001 0 10100 10111111 110001 111110

Color Harmonies of #6EBBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBBCD

Black with #6EBBCD

Text Example


Text Example

White with #6EBBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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