#61AEC4

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

Shades of Viking #61AEC4

Tints of Viking #61AEC4

Color information

#61AEC4 (or 0x61AEC4) is unknown color: approx Viking. HEX triplet: 61, AE and C4. RGB value is (97,174,196). Sum of RGB (Red+Green+Blue) = 97+174+196=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 196 - color contains mainly: blue. Hex color #61AEC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AEC4 is #9E513B. Grayscale: #999999. Windows color (decimal): -10375484 or 12889697. OLE color: 12889697.

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

Color convert

RGB97174196-
CMYK0.510.1100.23
HSL193.33º45.62%57.45%-
HSV(B)193.33º50.51%76.86%-
XYZ30.0336.857.74-
YUV153.48151.9987.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.77%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 196 (76.95% from 255) = 41.97%
R=20.77%
G=37.26%
B=41.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971741960.510.1100.23193.3345.6257.45
Hex61AEC433B017c12e39
Octal14125630463130273015671
Binary11000011010111011000100110011101101011111000001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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