Html Css Color HEX #063EE9 Persian Blue

📋 copy color: '#063EE9'

red 6 ◦ green 62 ◦ blue 233

#063EE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #063EE9

Tints of Persian Blue #063EE9

RGB

 RED value IS 6 (2.73% from 255) = 1.99%

 GREEN value IS 62 (24.61% from 255) = 20.6%

 BLUE value IS 233 (91.41% from 255) = 77.41%

R = 1.99%
G = 20.6%
B = 77.41%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#063EE9 (or 0x063EE9) is known color: Persian Blue. HEX triplet: 06, 3E and E9. RGB value is (6,62,233). Sum of RGB (Red+Green+Blue) = 6+62+233=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 233 (91.41% from 255 or 77.41% from 301); Max value from RGB is 233 - color contains mainly: blue. Hex color #063EE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063EE9 is #F9C116. Grayscale: #404040. Windows color (decimal): -16367895 or 15285766. OLE color: 15285766.

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

Color convert

RGB 6 62 233 -
CMYK 0.97 0.73 0 0.09
HSL 225.2º 0.95% 0.47% -
HSV(B) 225.2º 0.97% 0.91% -
XYZ 16.51 9.37 78.03 -
YUV 64.75 222.95 86.1 -
System Red Green Blue C M Y K H S L
Decimal 6 62 233 0.97 0.73 0 0.09 225.2 0.95 0.47
Hex 6 3E E9 61 49 0 9 E1 5F 2F
Octal 6 76 351 141 111 0 11 341 137 57
Binary 110 111110 11101001 1100001 1001001 0 1001 11100001 1011111 101111

Color Harmonies of #063EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063EE9

Black with #063EE9

Text Example


Text Example

White with #063EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #063EE9;
 }
 .AnyTagClassName
 {
   color: #063EE9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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