#6BAACE

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

Shades of Seagull #6BAACE

Tints of Seagull #6BAACE

Color information

#6BAACE (or 0x6BAACE) is unknown color: approx Seagull. HEX triplet: 6B, AA and CE. RGB value is (107,170,206). Sum of RGB (Red+Green+Blue) = 107+170+206=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BAACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAACE is #945531. Grayscale: #9B9B9B. Windows color (decimal): -9721138 or 13544043. OLE color: 13544043.

HSL color Cylindrical-coordinate representation of color #6BAACE: hue angle of 201.82º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BAACE is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB107170206-
CMYK0.480.1700.19
HSL201.82º50.25%61.37%-
HSV(B)201.82º48.06%80.78%-
XYZ31.5836.3363.74-
YUV155.27156.6393.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.15%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 206 (80.86% from 255) = 42.65%
R=22.15%
G=35.20%
B=42.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1071702060.480.1700.19201.8250.2561.37
Hex6BAACE3011013ca323d
Octal15325231660210233126275
Binary110101110101010110011101100001000101001111001010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,170,206); }

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

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

 a { background-color: rgb(107,170,206); }

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

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

 span { border-color: rgb(107,170,206); }

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