#6265AA

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

Shades of Rich Blue #6265AA

Tints of Rich Blue #6265AA

Color information

#6265AA (or 0x6265AA) is unknown color: approx Rich Blue. HEX triplet: 62, 65 and AA. RGB value is (98,101,170). Sum of RGB (Red+Green+Blue) = 98+101+170=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #6265AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6265AA is #9D9A55. Grayscale: #6B6B6B. Windows color (decimal): -10328662 or 11167074. OLE color: 11167074.

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

Color convert

RGB98101170-
CMYK0.420.4100.33
HSL237.5º29.75%52.55%-
HSV(B)237.5º42.35%66.67%-
XYZ16.9514.8139.99-
YUV107.97163.01120.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.56%
GREEN value IS 101 (39.84% from 255) = 27.37%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=26.56%
G=27.37%
B=46.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981011700.420.4100.33237.529.7552.55
Hex6265AA2A29021ee1e35
Octal14214525252510413563665
Binary110001011001011010101010101010100101000011110111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6265AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6265AA; }

 p { color: rgb(98,101,170); }

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

<style>
 a { background-color: #6265AA; }

 a { background-color: rgb(98,101,170); }

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

<style>
 span { border-color: #6265AA; }

 span { border-color: rgb(98,101,170); }

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