#60B0C8

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

Shades of Viking #60B0C8

Tints of Viking #60B0C8

Color information

#60B0C8 (or 0x60B0C8) is unknown color: approx Viking. HEX triplet: 60, B0 and C8. RGB value is (96,176,200). Sum of RGB (Red+Green+Blue) = 96+176+200=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #60B0C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B0C8 is #9F4F37. Grayscale: #9A9A9A. Windows color (decimal): -10440504 or 13152352. OLE color: 13152352.

HSL color Cylindrical-coordinate representation of color #60B0C8: hue angle of 193.85º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60B0C8 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB96176200-
CMYK0.520.1200.22
HSL193.85º48.6%58.04%-
HSV(B)193.85º52%78.43%-
XYZ30.7737.7160.3-
YUV154.82153.586.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.34%
GREEN value IS 176 (69.14% from 255) = 37.29%
BLUE value IS 200 (78.52% from 255) = 42.37%
R=20.34%
G=37.29%
B=42.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal961762000.520.1200.22193.8548.658.04
Hex60B0C834C016c2313a
Octal14026031064140263026172
Binary11000001011000011001000110100110001011011000010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60B0C8; }

 p { color: rgb(96,176,200); }

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

<style>
 a { background-color: #60B0C8; }

 a { background-color: rgb(96,176,200); }

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

<style>
 span { border-color: #60B0C8; }

 span { border-color: rgb(96,176,200); }

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