#61B7CD

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

Shades of Viking #61B7CD

Tints of Viking #61B7CD

Color information

#61B7CD (or 0x61B7CD) is unknown color: approx Viking. HEX triplet: 61, B7 and CD. RGB value is (97,183,205). Sum of RGB (Red+Green+Blue) = 97+183+205=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #61B7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B7CD is #9E4832. Grayscale: #9F9F9F. Windows color (decimal): -10373171 or 13481825. OLE color: 13481825.

HSL color Cylindrical-coordinate representation of color #61B7CD: hue angle of 192.22º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61B7CD is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97183205-
CMYK0.530.1100.20
HSL192.22º51.92%59.22%-
HSV(B)192.22º52.68%80.39%-
XYZ32.8840.8263.9-
YUV159.79153.5183.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=20%
G=37.73%
B=42.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971832050.530.1100.20192.2251.9259.22
Hex61B7CD35B014c0343b
Octal14126731565130243006473
Binary11000011011011111001101110101101101010011000000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,183,205); }

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

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

 a { background-color: rgb(97,183,205); }

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

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

 span { border-color: rgb(97,183,205); }

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