#60B9C6

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

Shades of Viking #60B9C6

Tints of Viking #60B9C6

Color information

#60B9C6 (or 0x60B9C6) is unknown color: approx Viking. HEX triplet: 60, B9 and C6. RGB value is (96,185,198). Sum of RGB (Red+Green+Blue) = 96+185+198=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 198 - color contains mainly: blue. Hex color #60B9C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B9C6 is #9F4639. Grayscale: #9F9F9F. Windows color (decimal): -10438202 or 13023584. OLE color: 13023584.

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

Color convert

RGB96185198-
CMYK0.520.0700.22
HSL187.65º47.22%57.65%-
HSV(B)187.65º51.52%77.65%-
XYZ32.3741.2659.68-
YUV159.87149.5182.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.04%
GREEN value IS 185 (72.66% from 255) = 38.62%
BLUE value IS 198 (77.73% from 255) = 41.34%
R=20.04%
G=38.62%
B=41.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal961851980.520.0700.22187.6547.2257.65
Hex60B9C6347016bc2f3a
Octal1402713066470262745772
Binary1100000101110011100011011010011101011010111100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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