#61B0CA

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

Shades of Viking #61B0CA

Tints of Viking #61B0CA

Color information

#61B0CA (or 0x61B0CA) is unknown color: approx Viking. HEX triplet: 61, B0 and CA. RGB value is (97,176,202). Sum of RGB (Red+Green+Blue) = 97+176+202=475 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.42% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #61B0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B0CA is #9E4F35. Grayscale: #9B9B9B. Windows color (decimal): -10374966 or 13283425. OLE color: 13283425.

HSL color Cylindrical-coordinate representation of color #61B0CA: hue angle of 194.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61B0CA is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB97176202-
CMYK0.520.1300.21
HSL194.86º49.76%58.63%-
HSV(B)194.86º51.98%79.22%-
XYZ31.1237.8661.54-
YUV155.34154.3386.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.42%
GREEN value IS 176 (69.14% from 255) = 37.05%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=20.42%
G=37.05%
B=42.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal971762020.520.1300.21194.8649.7658.63
Hex61B0CA34D015c3323b
Octal14126031264150253036273
Binary11000011011000011001010110100110101010111000011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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