#063AE7

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

Shades of Persian Blue #063AE7

Tints of Persian Blue #063AE7

Color information

#063AE7 (or 0x063AE7) is unknown color: approx Persian Blue. HEX triplet: 06, 3A and E7. RGB value is (6,58,231). Sum of RGB (Red+Green+Blue) = 6+58+231=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 231 (90.62% from 255 or 78.31% from 295); Max value from RGB is 231 - color contains mainly: blue. Hex color #063AE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063AE7 is #F9C518. Grayscale: #3D3D3D. Windows color (decimal): -16368921 or 15153670. OLE color: 15153670.

HSL color Cylindrical-coordinate representation of color #063AE7: hue angle of 226.13º 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 #063AE7 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB658231-
CMYK0.970.7500.09
HSL226.13º94.94%46.47%-
HSV(B)226.13º97.4%90.59%-
XYZ16.018.8376.46-
YUV62.17223.2787.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.03%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 231 (90.62% from 255) = 78.31%
R=2.03%
G=19.66%
B=78.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal6582310.970.7500.09226.1394.9446.47
Hex63AE7614B09e25f2e
Octal67234714111301134213756
Binary110111010111001111100001100101101001111000101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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