#6AB1CB

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

Shades of Seagull #6AB1CB

Tints of Seagull #6AB1CB

Color information

#6AB1CB (or 0x6AB1CB) is unknown color: approx Seagull. HEX triplet: 6A, B1 and CB. RGB value is (106,177,203). Sum of RGB (Red+Green+Blue) = 106+177+203=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #6AB1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AB1CB is #954E34. Grayscale: #9E9E9E. Windows color (decimal): -9784885 or 13349226. OLE color: 13349226.

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

Color convert

RGB106177203-
CMYK0.480.1300.20
HSL196.08º48.26%60.59%-
HSV(B)196.08º47.78%79.61%-
XYZ32.4538.8262.28-
YUV158.73152.9890.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.81%
GREEN value IS 177 (69.53% from 255) = 36.42%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=21.81%
G=36.42%
B=41.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1061772030.480.1300.20196.0848.2660.59
Hex6AB1CB30D014c4303d
Octal15226131360150243046075
Binary11010101011000111001011110000110101010011000100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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