#61ADC6

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

Shades of Viking #61ADC6

Tints of Viking #61ADC6

Color information

#61ADC6 (or 0x61ADC6) is unknown color: approx Viking. HEX triplet: 61, AD and C6. RGB value is (97,173,198). Sum of RGB (Red+Green+Blue) = 97+173+198=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #61ADC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADC6 is #9E5239. Grayscale: #989898. Windows color (decimal): -10375738 or 13020513. OLE color: 13020513.

HSL color Cylindrical-coordinate representation of color #61ADC6: hue angle of 194.85º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61ADC6 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB97173198-
CMYK0.510.1300.22
HSL194.85º46.98%57.84%-
HSV(B)194.85º51.01%77.65%-
XYZ30.0736.5158.89-
YUV153.13153.3287.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.73%
GREEN value IS 173 (67.97% from 255) = 36.97%
BLUE value IS 198 (77.73% from 255) = 42.31%
R=20.73%
G=36.97%
B=42.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971731980.510.1300.22194.8546.9857.84
Hex61ADC633D016c32f3a
Octal14125530663150263035772
Binary11000011010110111000110110011110101011011000011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,173,198); }

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

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

 a { background-color: rgb(97,173,198); }

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

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

 span { border-color: rgb(97,173,198); }

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