Html Css Color HEX #063CEC Persian Blue

📋 copy color: '#063CEC'

red 6 ◦ green 60 ◦ blue 236

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

Shades of Persian Blue #063CEC

Tints of Persian Blue #063CEC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.87%

 BLUE value IS 236 (92.58% from 255) = 78.15%

R = 1.99%
G = 19.87%
B = 78.15%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#063CEC (or 0x063CEC) is known color: Persian Blue. HEX triplet: 06, 3C and EC. RGB value is (6,60,236). Sum of RGB (Red+Green+Blue) = 6+60+236=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 236 (92.58% from 255 or 78.15% from 302); Max value from RGB is 236 - color contains mainly: blue. Hex color #063CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063CEC is #F9C313. Grayscale: #3F3F3F. Windows color (decimal): -16368404 or 15481862. OLE color: 15481862.

HSL color Cylindrical-coordinate representation of color #063CEC: hue angle of 225.91º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063CEC is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 60 236 -
CMYK 0.97 0.75 0 0.07
HSL 225.91º 0.95% 0.47% -
HSV(B) 225.91º 0.97% 0.93% -
XYZ 16.83 9.33 80.27 -
YUV 63.92 225.11 86.69 -
System Red Green Blue C M Y K H S L
Decimal 6 60 236 0.97 0.75 0 0.07 225.91 0.95 0.47
Hex 6 3C EC 61 4B 0 7 E2 5F 2F
Octal 6 74 354 141 113 0 7 342 137 57
Binary 110 111100 11101100 1100001 1001011 0 111 11100010 1011111 101111

Color Harmonies of #063CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063CEC

Black with #063CEC

Text Example


Text Example

White with #063CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,60,236); }

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

background-color css

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

 a { background-color: rgb(6,60,236); }

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

border-color css

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

 span { border-color: rgb(6,60,236); }

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