#0634E9

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

Shades of Persian Blue #0634E9

Tints of Persian Blue #0634E9

Color information

#0634E9 (or 0x0634E9) is unknown color: approx Persian Blue. HEX triplet: 06, 34 and E9. RGB value is (6,52,233). Sum of RGB (Red+Green+Blue) = 6+52+233=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 233 (91.41% from 255 or 80.07% from 291); Max value from RGB is 233 - color contains mainly: blue. Hex color #0634E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0634E9 is #F9CB16. Grayscale: #3A3A3A. Windows color (decimal): -16370455 or 15283206. OLE color: 15283206.

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

Color convert

RGB652233-
CMYK0.970.7800.09
HSL227.84º94.98%46.86%-
HSV(B)227.84º97.42%91.37%-
XYZ16.018.3877.86-
YUV58.88226.2690.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.06%
GREEN value IS 52 (20.70% from 255) = 17.87%
BLUE value IS 233 (91.41% from 255) = 80.07%
R=2.06%
G=17.87%
B=80.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal6522330.970.7800.09227.8494.9846.86
Hex634E9614E09e45f2f
Octal66435114111601134413757
Binary110110100111010011100001100111001001111001001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0634E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0634E9; }

 p { color: rgb(6,52,233); }

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

<style>
 a { background-color: #0634E9; }

 a { background-color: rgb(6,52,233); }

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

<style>
 span { border-color: #0634E9; }

 span { border-color: rgb(6,52,233); }

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