Html Css Color HEX #063EC5 Persian Blue

📋 copy color: '#063EC5'

red 6 ◦ green 62 ◦ blue 197

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

Shades of Persian Blue #063EC5

Tints of Persian Blue #063EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 74.34%

R = 2.26%
G = 23.4%
B = 74.34%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#063EC5 (or 0x063EC5) is known color: Persian Blue. HEX triplet: 06, 3E and C5. RGB value is (6,62,197). Sum of RGB (Red+Green+Blue) = 6+62+197=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 197 (77.34% from 255 or 74.34% from 265); Max value from RGB is 197 - color contains mainly: blue. Hex color #063EC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063EC5 is #F9C13A. Grayscale: #3C3C3C. Windows color (decimal): -16367931 or 12926470. OLE color: 12926470.

HSL color Cylindrical-coordinate representation of color #063EC5: hue angle of 222.41º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063EC5 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 6 62 197 -
CMYK 0.97 0.69 0 0.23
HSL 222.41º 0.94% 0.4% -
HSV(B) 222.41º 0.97% 0.77% -
XYZ 11.88 7.52 53.65 -
YUV 60.65 204.95 89.02 -
System Red Green Blue C M Y K H S L
Decimal 6 62 197 0.97 0.69 0 0.23 222.41 0.94 0.4
Hex 6 3E C5 61 45 0 17 DE 5E 28
Octal 6 76 305 141 105 0 27 336 136 50
Binary 110 111110 11000101 1100001 1000101 0 10111 11011110 1011110 101000

Color Harmonies of #063EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063EC5

Black with #063EC5

Text Example


Text Example

White with #063EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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