#64679E

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

Shades of Rich Blue #64679E

Tints of Rich Blue #64679E

Color information

#64679E (or 0x64679E) is unknown color: approx Rich Blue. HEX triplet: 64, 67 and 9E. RGB value is (100,103,158). Sum of RGB (Red+Green+Blue) = 100+103+158=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #64679E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64679E is #9B9861. Grayscale: #6C6C6C. Windows color (decimal): -10197090 or 10381156. OLE color: 10381156.

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

Color convert

RGB100103158-
CMYK0.370.3500.38
HSL236.9º23.02%50.59%-
HSV(B)236.9º36.71%61.96%-
XYZ16.2814.8834.36-
YUV108.37156.01122.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=27.70%
G=28.53%
B=43.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001031580.370.3500.38236.923.0250.59
Hex64679E2523026ed1733
Octal14414723645430463552763
Binary110010011001111001111010010110001101001101110110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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