#063FE4

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

Shades of Persian Blue #063FE4

Tints of Persian Blue #063FE4

Color information

#063FE4 (or 0x063FE4) is unknown color: approx Persian Blue. HEX triplet: 06, 3F and E4. RGB value is (6,63,228). Sum of RGB (Red+Green+Blue) = 6+63+228=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 228 (89.45% from 255 or 76.77% from 297); Max value from RGB is 228 - color contains mainly: blue. Hex color #063FE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063FE4 is #F9C01B. Grayscale: #404040. Windows color (decimal): -16367644 or 14958342. OLE color: 14958342.

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

Color convert

RGB663228-
CMYK0.970.7200.11
HSL224.59º94.87%45.88%-
HSV(B)224.59º97.37%89.41%-
XYZ15.869.274.34-
YUV64.77220.1286.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.02%
GREEN value IS 63 (25% from 255) = 21.21%
BLUE value IS 228 (89.45% from 255) = 76.77%
R=2.02%
G=21.21%
B=76.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal6632280.970.7200.11224.5994.8745.88
Hex63FE461480Be15f2e
Octal67734414111001334113756
Binary110111111111001001100001100100001011111000011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,63,228); }

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

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

 a { background-color: rgb(6,63,228); }

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

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

 span { border-color: rgb(6,63,228); }

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