Html Css Color HEX #6EB1CC Seagull

📋 copy color: '#6EB1CC'

red 110 ◦ green 177 ◦ blue 204

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

Shades of Seagull #6EB1CC

Tints of Seagull #6EB1CC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.05%

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

R = 22.4%
G = 36.05%
B = 41.55%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6EB1CC (or 0x6EB1CC) is known color: Seagull. HEX triplet: 6E, B1 and CC. RGB value is (110,177,204). Sum of RGB (Red+Green+Blue) = 110+177+204=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EB1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB1CC is #914E33. Grayscale: #9F9F9F. Windows color (decimal): -9522740 or 13414766. OLE color: 13414766.

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

Color convert

RGB 110 177 204 -
CMYK 0.46 0.13 0 0.2
HSL 197.23º 0.48% 0.62% -
HSV(B) 197.23º 0.46% 0.8% -
XYZ 33.05 39.12 62.94 -
YUV 160.05 152.8 92.3 -
System Red Green Blue C M Y K H S L
Decimal 110 177 204 0.46 0.13 0 0.2 197.23 0.48 0.62
Hex 6E B1 CC 2E D 0 14 C5 30 3E
Octal 156 261 314 56 15 0 24 305 60 76
Binary 1101110 10110001 11001100 101110 1101 0 10100 11000101 110000 111110

Color Harmonies of #6EB1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB1CC

Black with #6EB1CC

Text Example


Text Example

White with #6EB1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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