#6BABCC

Color #6BABCC Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #6BABCC

Tints of Seagull #6BABCC

Color information

#6BABCC (or 0x6BABCC) is unknown color: approx Seagull. HEX triplet: 6B, AB and CC. RGB value is (107,171,204). Sum of RGB (Red+Green+Blue) = 107+171+204=482 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.20% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BABCC is #945433. Grayscale: #9B9B9B. Windows color (decimal): -9720884 or 13413227. OLE color: 13413227.

HSL color Cylindrical-coordinate representation of color #6BABCC: hue angle of 200.41º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BABCC is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB107171204-
CMYK0.480.1600.2
HSL200.41º48.74%60.98%-
HSV(B)200.41º47.55%80%-
XYZ31.5336.6162.53-
YUV155.63155.393.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.20%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=22.20%
G=35.48%
B=42.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1071712040.480.1600.2200.4148.7460.98
Hex6BABCC3010014c8313d
Octal15325331460200243106175
Binary110101110101011110011001100001000001010011001000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,171,204); }

 H1.HeaderClassName
 {
   color: #6BABCC;
 }
 .AnyTagClassName
 {
   color: #6BABCC;
 }
</style>
background-color css

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

 a { background-color: rgb(107,171,204); }

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

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

 span { border-color: rgb(107,171,204); }

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