#6AABCB

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

Shades of Seagull #6AABCB

Tints of Seagull #6AABCB

Color information

#6AABCB (or 0x6AABCB) is unknown color: approx Seagull. HEX triplet: 6A, AB and CB. RGB value is (106,171,203). Sum of RGB (Red+Green+Blue) = 106+171+203=480 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.08% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #6AABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AABCB is #955434. Grayscale: #9B9B9B. Windows color (decimal): -9786421 or 13347690. OLE color: 13347690.

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

Color convert

RGB106171203-
CMYK0.480.1600.20
HSL199.79º48.26%60.59%-
HSV(B)199.79º47.78%79.61%-
XYZ31.2936.561.9-
YUV155.21154.9792.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.08%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 203 (79.69% from 255) = 42.29%
R=22.08%
G=35.62%
B=42.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1061712030.480.1600.20199.7948.2660.59
Hex6AABCB3010014c8303d
Octal15225331360200243106075
Binary110101010101011110010111100001000001010011001000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,171,203); }

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

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

 a { background-color: rgb(106,171,203); }

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

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

 span { border-color: rgb(106,171,203); }

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