Html Css Color HEX #063BEC Persian Blue

📋 copy color: '#063BEC'

red 6 ◦ green 59 ◦ blue 236

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

Shades of Persian Blue #063BEC

Tints of Persian Blue #063BEC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.6%

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

R = 1.99%
G = 19.6%
B = 78.41%

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

#063BEC (or 0x063BEC) is known color: Persian Blue. HEX triplet: 06, 3B and EC. RGB value is (6,59,236). Sum of RGB (Red+Green+Blue) = 6+59+236=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 236 (92.58% from 255 or 78.41% from 301); Max value from RGB is 236 - color contains mainly: blue. Hex color #063BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063BEC is #F9C413. Grayscale: #3E3E3E. Windows color (decimal): -16368660 or 15481606. OLE color: 15481606.

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

Color convert

RGB 6 59 236 -
CMYK 0.97 0.75 0 0.07
HSL 226.17º 0.95% 0.47% -
HSV(B) 226.17º 0.97% 0.93% -
XYZ 16.78 9.22 80.25 -
YUV 63.33 225.44 87.11 -
System Red Green Blue C M Y K H S L
Decimal 6 59 236 0.97 0.75 0 0.07 226.17 0.95 0.47
Hex 6 3B EC 61 4B 0 7 E2 5F 2F
Octal 6 73 354 141 113 0 7 342 137 57
Binary 110 111011 11101100 1100001 1001011 0 111 11100010 1011111 101111

Color Harmonies of #063BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063BEC

Black with #063BEC

Text Example


Text Example

White with #063BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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