#63b6c6

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

Shades of Viking #63B6C6

Tints of Viking #63B6C6

Color information

#63B6C6 (or 0x63B6C6) is unknown color: approx Viking. HEX triplet: 63, B6 and C6. RGB value is (99,182,198). Sum of RGB (Red+Green+Blue) = 99+182+198=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 182 (71.48% from 255 or 38.00% 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 #63B6C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B6C6 is #9C4939. Grayscale: #9E9E9E. Windows color (decimal): -10242362 or 13022819. OLE color: 13022819.

HSL color Cylindrical-coordinate representation of color #63B6C6: hue angle of 189.7º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63B6C6 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB99182198-
CMYK0.500.0800.22
HSL189.7º46.48%58.24%-
HSV(B)189.7º50%77.65%-
XYZ32.0740.1959.49-
YUV159.0115085.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.67%
GREEN value IS 182 (71.48% from 255) = 38.00%
BLUE value IS 198 (77.73% from 255) = 41.34%
R=20.67%
G=38.00%
B=41.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal991821980.500.0800.22189.746.4858.24
Hex63B6C6328016be2e3a
Octal14326630662100262765672
Binary11000111011011011000110110010100001011010111110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63b6c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63b6c6; }

 p { color: rgb(99,182,198); }

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

<style>
 a { background-color: #63b6c6; }

 a { background-color: rgb(99,182,198); }

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

<style>
 span { border-color: #63b6c6; }

 span { border-color: rgb(99,182,198); }

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