#6AB3CF

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

Shades of Seagull #6AB3CF

Tints of Seagull #6AB3CF

Color information

#6AB3CF (or 0x6AB3CF) is unknown color: approx Seagull. HEX triplet: 6A, B3 and CF. RGB value is (106,179,207). Sum of RGB (Red+Green+Blue) = 106+179+207=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #6AB3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB3CF is #954C30. Grayscale: #A0A0A0. Windows color (decimal): -9784369 or 13611882. OLE color: 13611882.

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

Color convert

RGB106179207-
CMYK0.490.1400.19
HSL196.63º51.27%61.37%-
HSV(B)196.63º48.79%81.18%-
XYZ33.3339.8164.96-
YUV160.36154.3289.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.54%
GREEN value IS 179 (70.31% from 255) = 36.38%
BLUE value IS 207 (81.25% from 255) = 42.07%
R=21.54%
G=36.38%
B=42.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1061792070.490.1400.19196.6351.2761.37
Hex6AB3CF31E013c5333d
Octal15226331761160233056375
Binary11010101011001111001111110001111001001111000101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,179,207); }

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

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

 a { background-color: rgb(106,179,207); }

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

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

 span { border-color: rgb(106,179,207); }

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