#63679F

Color #63679F Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #63679F

Tints of Rich Blue #63679F

Color information

#63679F (or 0x63679F) is unknown color: approx Rich Blue. HEX triplet: 63, 67 and 9F. RGB value is (99,103,159). Sum of RGB (Red+Green+Blue) = 99+103+159=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #63679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63679F is #9C9860. Grayscale: #6B6B6B. Windows color (decimal): -10262625 or 10446691. OLE color: 10446691.

HSL color Cylindrical-coordinate representation of color #63679F: hue angle of 236º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63679F is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99103159-
CMYK0.380.3500.38
HSL236º23.81%50.59%-
HSV(B)236º37.74%62.35%-
XYZ16.2514.8634.81-
YUV108.19156.67121.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.42%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 159 (62.5% from 255) = 44.04%
R=27.42%
G=28.53%
B=44.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991031590.380.3500.3823623.8150.59
Hex63679F2623026ec1833
Octal14314723746430463543063
Binary110001111001111001111110011010001101001101110110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63679F; }

 p { color: rgb(99,103,159); }

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

<style>
 a { background-color: #63679F; }

 a { background-color: rgb(99,103,159); }

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

<style>
 span { border-color: #63679F; }

 span { border-color: rgb(99,103,159); }

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