Html Css Color HEX #6EB6CC Seagull

📋 copy color: '#6EB6CC'

red 110 ◦ green 182 ◦ blue 204

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

Shades of Seagull #6EB6CC

Tints of Seagull #6EB6CC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.69%

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

R = 22.18%
G = 36.69%
B = 41.13%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6EB6CC (or 0x6EB6CC) is known color: Seagull. HEX triplet: 6E, B6 and CC. RGB value is (110,182,204). Sum of RGB (Red+Green+Blue) = 110+182+204=496 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.18% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EB6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB6CC is #914933. Grayscale: #A2A2A2. Windows color (decimal): -9521460 or 13416046. OLE color: 13416046.

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

Color convert

RGB 110 182 204 -
CMYK 0.46 0.11 0 0.2
HSL 194.04º 0.48% 0.62% -
HSV(B) 194.04º 0.46% 0.8% -
XYZ 34.06 41.13 63.27 -
YUV 162.98 151.15 90.21 -
System Red Green Blue C M Y K H S L
Decimal 110 182 204 0.46 0.11 0 0.2 194.04 0.48 0.62
Hex 6E B6 CC 2E B 0 14 C2 30 3E
Octal 156 266 314 56 13 0 24 302 60 76
Binary 1101110 10110110 11001100 101110 1011 0 10100 11000010 110000 111110

Color Harmonies of #6EB6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB6CC

Black with #6EB6CC

Text Example


Text Example

White with #6EB6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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