#61B9CA

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

Shades of Viking #61B9CA

Tints of Viking #61B9CA

Color information

#61B9CA (or 0x61B9CA) is unknown color: approx Viking. HEX triplet: 61, B9 and CA. RGB value is (97,185,202). Sum of RGB (Red+Green+Blue) = 97+185+202=484 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20.04% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #61B9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B9CA is #9E4635. Grayscale: #A0A0A0. Windows color (decimal): -10372662 or 13285729. OLE color: 13285729.

HSL color Cylindrical-coordinate representation of color #61B9CA: hue angle of 189.71º 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 #61B9CA is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB97185202-
CMYK0.520.0800.21
HSL189.71º49.76%58.63%-
HSV(B)189.71º51.98%79.22%-
XYZ32.9441.562.15-
YUV160.63151.3582.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.04%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=20.04%
G=38.22%
B=41.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal971852020.520.0800.21189.7149.7658.63
Hex61B9CA348015be323b
Octal14127131264100252766273
Binary11000011011100111001010110100100001010110111110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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