#6264AE

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

Shades of Rich Blue #6264AE

Tints of Rich Blue #6264AE

Color information

#6264AE (or 0x6264AE) is unknown color: approx Rich Blue. HEX triplet: 62, 64 and AE. RGB value is (98,100,174). Sum of RGB (Red+Green+Blue) = 98+100+174=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #6264AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6264AE is #9D9B51. Grayscale: #6B6B6B. Windows color (decimal): -10328914 or 11428962. OLE color: 11428962.

HSL color Cylindrical-coordinate representation of color #6264AE: hue angle of 238.42º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6264AE is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB98100174-
CMYK0.440.4300.32
HSL238.42º31.93%53.33%-
HSV(B)238.42º43.68%68.24%-
XYZ17.2314.7741.99-
YUV107.84165.34120.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.34%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 174 (68.36% from 255) = 46.77%
R=26.34%
G=26.88%
B=46.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal981001740.440.4300.32238.4231.9353.33
Hex6264AE2C2B020ee2035
Octal14214425654530403564065
Binary1100010110010010101110101100101011010000011101110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6264AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6264AE; }

 p { color: rgb(98,100,174); }

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

<style>
 a { background-color: #6264AE; }

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

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

<style>
 span { border-color: #6264AE; }

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

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