#6265A6

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

Shades of Rich Blue #6265A6

Tints of Rich Blue #6265A6

Color information

#6265A6 (or 0x6265A6) is unknown color: approx Rich Blue. HEX triplet: 62, 65 and A6. RGB value is (98,101,166). Sum of RGB (Red+Green+Blue) = 98+101+166=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 166 - color contains mainly: blue. Hex color #6265A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6265A6 is #9D9A59. Grayscale: #6B6B6B. Windows color (decimal): -10328666 or 10904930. OLE color: 10904930.

HSL color Cylindrical-coordinate representation of color #6265A6: hue angle of 237.35º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6265A6 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB98101166-
CMYK0.410.3900.35
HSL237.35º27.64%51.76%-
HSV(B)237.35º40.96%65.1%-
XYZ16.5714.6638.03-
YUV107.51161.01121.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.85%
GREEN value IS 101 (39.84% from 255) = 27.67%
BLUE value IS 166 (65.23% from 255) = 45.48%
R=26.85%
G=27.67%
B=45.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal981011660.410.3900.35237.3527.6451.76
Hex6265A62927023ed1c34
Octal14214524651470433553464
Binary110001011001011010011010100110011101000111110110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6265A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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