#6264AB

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

Shades of Rich Blue #6264AB

Tints of Rich Blue #6264AB

Color information

#6264AB (or 0x6264AB) is unknown color: approx Rich Blue. HEX triplet: 62, 64 and AB. RGB value is (98,100,171). Sum of RGB (Red+Green+Blue) = 98+100+171=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #6264AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6264AB is #9D9B54. Grayscale: #6B6B6B. Windows color (decimal): -10328917 or 11232354. OLE color: 11232354.

HSL color Cylindrical-coordinate representation of color #6264AB: hue angle of 238.36º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6264AB is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98100171-
CMYK0.430.4200.33
HSL238.36º30.29%52.75%-
HSV(B)238.36º42.69%67.06%-
XYZ16.9414.6540.46-
YUV107.5163.84121.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.56%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=26.56%
G=27.10%
B=46.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981001710.430.4200.33238.3630.2952.75
Hex6264AB2B2A021ee1e35
Octal14214425353520413563665
Binary110001011001001010101110101110101001000011110111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6264AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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