#6AABCC

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

Shades of Seagull #6AABCC

Tints of Seagull #6AABCC

Color information

#6AABCC (or 0x6AABCC) is unknown color: approx Seagull. HEX triplet: 6A, AB and CC. RGB value is (106,171,204). Sum of RGB (Red+Green+Blue) = 106+171+204=481 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.04% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #6AABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AABCC is #955433. Grayscale: #9B9B9B. Windows color (decimal): -9786420 or 13413226. OLE color: 13413226.

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

Color convert

RGB106171204-
CMYK0.480.1600.2
HSL200.2º49%60.78%-
HSV(B)200.2º48.04%80%-
XYZ31.4136.5562.53-
YUV155.33155.4792.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.04%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=22.04%
G=35.55%
B=42.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1061712040.480.1600.2200.24960.78
Hex6AABCC3010014c8313d
Octal15225331460200243106175
Binary110101010101011110011001100001000001010011001000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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