#60B7C6

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

Shades of Viking #60B7C6

Tints of Viking #60B7C6

Color information

#60B7C6 (or 0x60B7C6) is unknown color: approx Viking. HEX triplet: 60, B7 and C6. RGB value is (96,183,198). Sum of RGB (Red+Green+Blue) = 96+183+198=477 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.13% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #60B7C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B7C6 is #9F4839. Grayscale: #9E9E9E. Windows color (decimal): -10438714 or 13023072. OLE color: 13023072.

HSL color Cylindrical-coordinate representation of color #60B7C6: hue angle of 188.82º degrees, saturation: 0.47, 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 #60B7C6 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB96183198-
CMYK0.520.0800.22
HSL188.82º47.22%57.65%-
HSV(B)188.82º51.52%77.65%-
XYZ31.9540.4359.55-
YUV158.7150.1883.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.13%
GREEN value IS 183 (71.88% from 255) = 38.36%
BLUE value IS 198 (77.73% from 255) = 41.51%
R=20.13%
G=38.36%
B=41.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal961831980.520.0800.22188.8247.2257.65
Hex60B7C6348016bd2f3a
Octal14026730664100262755772
Binary11000001011011111000110110100100001011010111101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,183,198); }

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

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

 a { background-color: rgb(96,183,198); }

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

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

 span { border-color: rgb(96,183,198); }

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