#6264A4

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

Shades of Rich Blue #6264A4

Tints of Rich Blue #6264A4

Color information

#6264A4 (or 0x6264A4) is unknown color: approx Rich Blue. HEX triplet: 62, 64 and A4. RGB value is (98,100,164). Sum of RGB (Red+Green+Blue) = 98+100+164=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 164 - color contains mainly: blue. Hex color #6264A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6264A4 is #9D9B5B. Grayscale: #6A6A6A. Windows color (decimal): -10328924 or 10773602. OLE color: 10773602.

HSL color Cylindrical-coordinate representation of color #6264A4: hue angle of 238.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6264A4 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB98100164-
CMYK0.400.3900.36
HSL238.18º26.61%51.37%-
HSV(B)238.18º40.24%64.31%-
XYZ16.314.3937.04-
YUV106.7160.34121.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.07%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 164 (64.45% from 255) = 45.30%
R=27.07%
G=27.62%
B=45.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981001640.400.3900.36238.1826.6151.37
Hex6264A42827024ee1b33
Octal14214424450470443563363
Binary110001011001001010010010100010011101001001110111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6264A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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