#6BAAC9

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

Shades of Seagull #6BAAC9

Tints of Seagull #6BAAC9

Color information

#6BAAC9 (or 0x6BAAC9) is unknown color: approx Seagull. HEX triplet: 6B, AA and C9. RGB value is (107,170,201). Sum of RGB (Red+Green+Blue) = 107+170+201=478 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.38% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #6BAAC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAAC9 is #945536. Grayscale: #9A9A9A. Windows color (decimal): -9721143 or 13216363. OLE color: 13216363.

HSL color Cylindrical-coordinate representation of color #6BAAC9: hue angle of 199.79º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BAAC9 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB107170201-
CMYK0.470.1500.21
HSL199.79º46.53%60.39%-
HSV(B)199.79º46.77%78.82%-
XYZ30.9836.0960.59-
YUV154.7154.1393.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.38%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 201 (78.91% from 255) = 42.05%
R=22.38%
G=35.56%
B=42.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1071702010.470.1500.21199.7946.5360.39
Hex6BAAC92FF015c82f3c
Octal15325231157170253105774
Binary11010111010101011001001101111111101010111001000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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