Html Css Color HEX #6EBBCC Seagull

📋 copy color: '#6EBBCC'

red 110 ◦ green 187 ◦ blue 204

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

Shades of Seagull #6EBBCC

Tints of Seagull #6EBBCC

RGB

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

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

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

R = 21.96%
G = 37.33%
B = 40.72%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6EBBCC (or 0x6EBBCC) is known color: Seagull. HEX triplet: 6E, BB and CC. RGB value is (110,187,204). Sum of RGB (Red+Green+Blue) = 110+187+204=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EBBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBBCC is #914433. Grayscale: #A5A5A5. Windows color (decimal): -9520180 or 13417326. OLE color: 13417326.

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

Color convert

RGB 110 187 204 -
CMYK 0.46 0.08 0 0.2
HSL 190.85º 0.48% 0.62% -
HSV(B) 190.85º 0.46% 0.8% -
XYZ 35.1 43.22 63.62 -
YUV 165.92 149.49 88.12 -
System Red Green Blue C M Y K H S L
Decimal 110 187 204 0.46 0.08 0 0.2 190.85 0.48 0.62
Hex 6E BB CC 2E 8 0 14 BF 30 3E
Octal 156 273 314 56 10 0 24 277 60 76
Binary 1101110 10111011 11001100 101110 1000 0 10100 10111111 110000 111110

Color Harmonies of #6EBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBBCC

Black with #6EBBCC

Text Example


Text Example

White with #6EBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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