#063BE7

Color #063BE7 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #063BE7

Tints of Persian Blue #063BE7

Color information

#063BE7 (or 0x063BE7) is unknown color: approx Persian Blue. HEX triplet: 06, 3B and E7. RGB value is (6,59,231). Sum of RGB (Red+Green+Blue) = 6+59+231=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 231 (90.62% from 255 or 78.04% from 296); Max value from RGB is 231 - color contains mainly: blue. Hex color #063BE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063BE7 is #F9C418. Grayscale: #3E3E3E. Windows color (decimal): -16368665 or 15153926. OLE color: 15153926.

HSL color Cylindrical-coordinate representation of color #063BE7: hue angle of 225.87º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063BE7 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB659231-
CMYK0.970.7400.09
HSL225.87º94.94%46.47%-
HSV(B)225.87º97.4%90.59%-
XYZ16.068.9476.48-
YUV62.76222.9487.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.03%
GREEN value IS 59 (23.44% from 255) = 19.93%
BLUE value IS 231 (90.62% from 255) = 78.04%
R=2.03%
G=19.93%
B=78.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal6592310.970.7400.09225.8794.9446.47
Hex63BE7614A09e25f2e
Octal67334714111201134213756
Binary110111011111001111100001100101001001111000101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063BE7; }

 p { color: rgb(6,59,231); }

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

<style>
 a { background-color: #063BE7; }

 a { background-color: rgb(6,59,231); }

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

<style>
 span { border-color: #063BE7; }

 span { border-color: rgb(6,59,231); }

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