#64679B

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

Shades of Rich Blue #64679B

Tints of Rich Blue #64679B

Color information

#64679B (or 0x64679B) is unknown color: approx Rich Blue. HEX triplet: 64, 67 and 9B. RGB value is (100,103,155). Sum of RGB (Red+Green+Blue) = 100+103+155=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #64679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64679B is #9B9864. Grayscale: #6B6B6B. Windows color (decimal): -10197093 or 10184548. OLE color: 10184548.

HSL color Cylindrical-coordinate representation of color #64679B: hue angle of 236.73º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64679B is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB100103155-
CMYK0.350.3400.39
HSL236.73º21.57%50%-
HSV(B)236.73º35.48%60.78%-
XYZ16.0214.7833.02-
YUV108.03154.51122.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.93%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=27.93%
G=28.77%
B=43.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001031550.350.3400.39236.7321.5750
Hex64679B2322027ed1632
Octal14414723343420473552662
Binary110010011001111001101110001110001001001111110110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64679B; }

 p { color: rgb(100,103,155); }

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

<style>
 a { background-color: #64679B; }

 a { background-color: rgb(100,103,155); }

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

<style>
 span { border-color: #64679B; }

 span { border-color: rgb(100,103,155); }

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