#6361AF

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

Shades of Rich Blue #6361AF

Tints of Rich Blue #6361AF

Color information

#6361AF (or 0x6361AF) is unknown color: approx Rich Blue. HEX triplet: 63, 61 and AF. RGB value is (99,97,175). Sum of RGB (Red+Green+Blue) = 99+97+175=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #6361AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6361AF is #9C9E50. Grayscale: #6A6A6A. Windows color (decimal): -10264145 or 11493731. OLE color: 11493731.

HSL color Cylindrical-coordinate representation of color #6361AF: hue angle of 241.54º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6361AF is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9997175-
CMYK0.430.4500.31
HSL241.54º32.77%53.33%-
HSV(B)241.54º44.57%68.63%-
XYZ17.1614.342.41-
YUV106.49166.66122.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 175 (68.75% from 255) = 47.17%
R=26.68%
G=26.15%
B=47.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99971750.430.4500.31241.5432.7753.33
Hex6361AF2B2D01Ff22135
Octal14314125753550373624165
Binary110001111000011010111110101110110101111111110010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6361AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6361AF; }

 p { color: rgb(99,97,175); }

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

<style>
 a { background-color: #6361AF; }

 a { background-color: rgb(99,97,175); }

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

<style>
 span { border-color: #6361AF; }

 span { border-color: rgb(99,97,175); }

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