#62B0C4

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

Shades of Viking #62B0C4

Tints of Viking #62B0C4

Color information

#62B0C4 (or 0x62B0C4) is unknown color: approx Viking. HEX triplet: 62, B0 and C4. RGB value is (98,176,196). Sum of RGB (Red+Green+Blue) = 98+176+196=470 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.85% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #62B0C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62B0C4 is #9D4F3B. Grayscale: #9A9A9A. Windows color (decimal): -10309436 or 12890210. OLE color: 12890210.

HSL color Cylindrical-coordinate representation of color #62B0C4: hue angle of 192.24º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62B0C4 is Cyan = 0.5, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB98176196-
CMYK0.50.1000.23
HSL192.24º45.37%57.65%-
HSV(B)192.24º50%76.86%-
XYZ30.5337.6357.88-
YUV154.96151.1687.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.85%
GREEN value IS 176 (69.14% from 255) = 37.45%
BLUE value IS 196 (76.95% from 255) = 41.70%
R=20.85%
G=37.45%
B=41.70%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal981761960.50.1000.23192.2445.3757.65
Hex62B0C432A017c02d3a
Octal14226030462120273005572
Binary11000101011000011000100110010101001011111000000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62B0C4; }

 p { color: rgb(98,176,196); }

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

<style>
 a { background-color: #62B0C4; }

 a { background-color: rgb(98,176,196); }

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

<style>
 span { border-color: #62B0C4; }

 span { border-color: rgb(98,176,196); }

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