#6BAACD

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

Shades of Seagull #6BAACD

Tints of Seagull #6BAACD

Color information

#6BAACD (or 0x6BAACD) is unknown color: approx Seagull. HEX triplet: 6B, AA and CD. RGB value is (107,170,205). Sum of RGB (Red+Green+Blue) = 107+170+205=482 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.20% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #6BAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAACD is #945532. Grayscale: #9A9A9A. Windows color (decimal): -9721139 or 13478507. OLE color: 13478507.

HSL color Cylindrical-coordinate representation of color #6BAACD: hue angle of 201.43º 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 #6BAACD is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB107170205-
CMYK0.480.1700.20
HSL201.43º49.49%61.18%-
HSV(B)201.43º47.8%80.39%-
XYZ31.4636.2863.1-
YUV155.15156.1393.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.20%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=22.20%
G=35.27%
B=42.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1071702050.480.1700.20201.4349.4961.18
Hex6BAACD3011014c9313d
Octal15325231560210243116175
Binary110101110101010110011011100001000101010011001001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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