#6AB8CA

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

Shades of Seagull #6AB8CA

Tints of Seagull #6AB8CA

Color information

#6AB8CA (or 0x6AB8CA) is unknown color: approx Seagull. HEX triplet: 6A, B8 and CA. RGB value is (106,184,202). Sum of RGB (Red+Green+Blue) = 106+184+202=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #6AB8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB8CA is #954735. Grayscale: #A2A2A2. Windows color (decimal): -9783094 or 13285482. OLE color: 13285482.

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

Color convert

RGB106184202-
CMYK0.480.0900.21
HSL191.25º47.52%60.39%-
HSV(B)191.25º47.52%79.22%-
XYZ33.7541.6162.13-
YUV162.73150.1687.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.54%
GREEN value IS 184 (72.27% from 255) = 37.40%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=21.54%
G=37.40%
B=41.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1061842020.480.0900.21191.2547.5260.39
Hex6AB8CA309015bf303c
Octal15227031260110252776074
Binary11010101011100011001010110000100101010110111111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,184,202); }

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

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

 a { background-color: rgb(106,184,202); }

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

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

 span { border-color: rgb(106,184,202); }

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