#61AEC5

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

Shades of Viking #61AEC5

Tints of Viking #61AEC5

Color information

#61AEC5 (or 0x61AEC5) is unknown color: approx Viking. HEX triplet: 61, AE and C5. RGB value is (97,174,197). Sum of RGB (Red+Green+Blue) = 97+174+197=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #61AEC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AEC5 is #9E513A. Grayscale: #999999. Windows color (decimal): -10375483 or 12955233. OLE color: 12955233.

HSL color Cylindrical-coordinate representation of color #61AEC5: hue angle of 193.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61AEC5 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB97174197-
CMYK0.510.1200.23
HSL193.8º46.3%57.65%-
HSV(B)193.8º50.76%77.25%-
XYZ30.1436.8458.35-
YUV153.6152.4987.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.73%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 197 (77.34% from 255) = 42.09%
R=20.73%
G=37.18%
B=42.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971741970.510.1200.23193.846.357.65
Hex61AEC533C017c22e3a
Octal14125630563140273025672
Binary11000011010111011000101110011110001011111000010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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