#62BEC6

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

Shades of Viking #62BEC6

Tints of Viking #62BEC6

Color information

#62BEC6 (or 0x62BEC6) is unknown color: approx Viking. HEX triplet: 62, BE and C6. RGB value is (98,190,198). Sum of RGB (Red+Green+Blue) = 98+190+198=486 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.16% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 198 - color contains mainly: blue. Hex color #62BEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BEC6 is #9D4139. Grayscale: #A3A3A3. Windows color (decimal): -10305850 or 13024866. OLE color: 13024866.

HSL color Cylindrical-coordinate representation of color #62BEC6: hue angle of 184.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62BEC6 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB98190198-
CMYK0.510.0400.22
HSL184.8º46.73%58.04%-
HSV(B)184.8º50.51%77.65%-
XYZ33.6443.560.05-
YUV163.4147.5281.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.16%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 198 (77.73% from 255) = 40.74%
R=20.16%
G=39.09%
B=40.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal981901980.510.0400.22184.846.7358.04
Hex62BEC6334016b92f3a
Octal1422763066340262715772
Binary1100010101111101100011011001110001011010111001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,190,198); }

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

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

 a { background-color: rgb(98,190,198); }

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

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

 span { border-color: rgb(98,190,198); }

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