#6063A7

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

Shades of Rich Blue #6063A7

Tints of Rich Blue #6063A7

Color information

#6063A7 (or 0x6063A7) is unknown color: approx Rich Blue. HEX triplet: 60, 63 and A7. RGB value is (96,99,167). Sum of RGB (Red+Green+Blue) = 96+99+167=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 167 (65.62% from 255 or 46.13% from 362); Max value from RGB is 167 - color contains mainly: blue. Hex color #6063A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6063A7 is #9F9C58. Grayscale: #696969. Windows color (decimal): -10460249 or 10969952. OLE color: 10969952.

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

Color convert

RGB9699167-
CMYK0.430.4100.35
HSL237.46º28.74%51.57%-
HSV(B)237.46º42.51%65.49%-
XYZ16.2614.238.44-
YUV105.86162.51120.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.52%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 167 (65.62% from 255) = 46.13%
R=26.52%
G=27.35%
B=46.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal96991670.430.4100.35237.4628.7451.57
Hex6063A72B29023ed1d34
Octal14014324753510433553564
Binary110000011000111010011110101110100101000111110110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6063A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6063A7; }

 p { color: rgb(96,99,167); }

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

<style>
 a { background-color: #6063A7; }

 a { background-color: rgb(96,99,167); }

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

<style>
 span { border-color: #6063A7; }

 span { border-color: rgb(96,99,167); }

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