#61AEC3

Color #61AEC3 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #61AEC3

Tints of Viking #61AEC3

Color information

#61AEC3 (or 0x61AEC3) is unknown color: approx Viking. HEX triplet: 61, AE and C3. RGB value is (97,174,195). Sum of RGB (Red+Green+Blue) = 97+174+195=466 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.82% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 195 - color contains mainly: blue. Hex color #61AEC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AEC3 is #9E513C. Grayscale: #999999. Windows color (decimal): -10375485 or 12824161. OLE color: 12824161.

HSL color Cylindrical-coordinate representation of color #61AEC3: hue angle of 192.86º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61AEC3 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97174195-
CMYK0.500.1100.24
HSL192.86º44.95%57.25%-
HSV(B)192.86º50.26%76.47%-
XYZ29.9236.7557.15-
YUV153.37151.4987.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.82%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 195 (76.56% from 255) = 41.85%
R=20.82%
G=37.34%
B=41.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971741950.500.1100.24192.8644.9557.25
Hex61AEC332B018c12d39
Octal14125630362130303015571
Binary11000011010111011000011110010101101100011000001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61AEC3; }

 p { color: rgb(97,174,195); }

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

<style>
 a { background-color: #61AEC3; }

 a { background-color: rgb(97,174,195); }

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

<style>
 span { border-color: #61AEC3; }

 span { border-color: rgb(97,174,195); }

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