#61B0C3

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

Shades of Viking #61B0C3

Tints of Viking #61B0C3

Color information

#61B0C3 (or 0x61B0C3) is unknown color: approx Viking. HEX triplet: 61, B0 and C3. RGB value is (97,176,195). Sum of RGB (Red+Green+Blue) = 97+176+195=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: blue. Hex color #61B0C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B0C3 is #9E4F3C. Grayscale: #9A9A9A. Windows color (decimal): -10374973 or 12824673. OLE color: 12824673.

HSL color Cylindrical-coordinate representation of color #61B0C3: hue angle of 191.63º 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 #61B0C3 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97176195-
CMYK0.500.1000.24
HSL191.63º44.95%57.25%-
HSV(B)191.63º50.26%76.47%-
XYZ30.3137.5357.28-
YUV154.54150.8386.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.73%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 195 (76.56% from 255) = 41.67%
R=20.73%
G=37.61%
B=41.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971761950.500.1000.24191.6344.9557.25
Hex61B0C332A018c02d39
Octal14126030362120303005571
Binary11000011011000011000011110010101001100011000000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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