Html Css Color HEX #64649F Rich Blue

📋 copy color: '#64649F'

red 100 ◦ green 100 ◦ blue 159

#64649F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #64649F

Tints of Rich Blue #64649F

RGB

 RED value IS 100 (39.45% from 255) = 27.86%

 GREEN value IS 100 (39.45% from 255) = 27.86%

 BLUE value IS 159 (62.5% from 255) = 44.29%

R = 27.86%
G = 27.86%
B = 44.29%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64649F (or 0x64649F) is known color: Rich Blue. HEX triplet: 64, 64 and 9F. RGB value is (100,100,159). Sum of RGB (Red+Green+Blue) = 100+100+159=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #64649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64649F is #9B9B60. Grayscale: #6A6A6A. Windows color (decimal): -10197857 or 10445924. OLE color: 10445924.

HSL color Cylindrical-coordinate representation of color #64649F: hue angle of 240º degrees, saturation: 0.24, 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 #64649F is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 100 159 -
CMYK 0.37 0.37 0 0.38
HSL 240º 0.24% 0.51% -
HSV(B) 240º 0.37% 0.62% -
XYZ 16.07 14.33 34.72 -
YUV 106.73 157.5 123.2 -
System Red Green Blue C M Y K H S L
Decimal 100 100 159 0.37 0.37 0 0.38 240 0.24 0.51
Hex 64 64 9F 25 25 0 26 F0 18 33
Octal 144 144 237 45 45 0 46 360 30 63
Binary 1100100 1100100 10011111 100101 100101 0 100110 11110000 11000 110011

Color Harmonies of #64649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64649F

Black with #64649F

Text Example


Text Example

White with #64649F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,100,159); }

 H1.HeaderClassName
 {
   color: #64649F;
 }
 .AnyTagClassName
 {
   color: #64649F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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