#62B6CC

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

Shades of Viking #62B6CC

Tints of Viking #62B6CC

Color information

#62B6CC (or 0x62B6CC) is unknown color: approx Viking. HEX triplet: 62, B6 and CC. RGB value is (98,182,204). Sum of RGB (Red+Green+Blue) = 98+182+204=484 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.25% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #62B6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B6CC is #9D4933. Grayscale: #9F9F9F. Windows color (decimal): -10307892 or 13416034. OLE color: 13416034.

HSL color Cylindrical-coordinate representation of color #62B6CC: hue angle of 192.45º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62B6CC is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB98182204-
CMYK0.520.1100.2
HSL192.45º50.96%59.22%-
HSV(B)192.45º51.96%80%-
XYZ32.6640.4163.21-
YUV159.39153.1784.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.25%
GREEN value IS 182 (71.48% from 255) = 37.60%
BLUE value IS 204 (80.08% from 255) = 42.15%
R=20.25%
G=37.60%
B=42.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal981822040.520.1100.2192.4550.9659.22
Hex62B6CC34B014c0333b
Octal14226631464130243006373
Binary11000101011011011001100110100101101010011000000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,182,204); }

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

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

 a { background-color: rgb(98,182,204); }

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

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

 span { border-color: rgb(98,182,204); }

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