Html Css Color HEX #063EDC Persian Blue

📋 copy color: '#063EDC'

red 6 ◦ green 62 ◦ blue 220

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

Shades of Persian Blue #063EDC

Tints of Persian Blue #063EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 76.39%

R = 2.08%
G = 21.53%
B = 76.39%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#063EDC (or 0x063EDC) is known color: Persian Blue. HEX triplet: 06, 3E and DC. RGB value is (6,62,220). Sum of RGB (Red+Green+Blue) = 6+62+220=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 220 (86.33% from 255 or 76.39% from 288); Max value from RGB is 220 - color contains mainly: blue. Hex color #063EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063EDC is #F9C123. Grayscale: #3E3E3E. Windows color (decimal): -16367908 or 14433798. OLE color: 14433798.

HSL color Cylindrical-coordinate representation of color #063EDC: hue angle of 224.3º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063EDC is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 62 220 -
CMYK 0.97 0.72 0 0.14
HSL 224.3º 0.95% 0.44% -
HSV(B) 224.3º 0.97% 0.86% -
XYZ 14.72 8.65 68.6 -
YUV 63.27 216.45 87.15 -
System Red Green Blue C M Y K H S L
Decimal 6 62 220 0.97 0.72 0 0.14 224.3 0.95 0.44
Hex 6 3E DC 61 48 0 E E0 5F 2C
Octal 6 76 334 141 110 0 16 340 137 54
Binary 110 111110 11011100 1100001 1001000 0 1110 11100000 1011111 101100

Color Harmonies of #063EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063EDC

Black with #063EDC

Text Example


Text Example

White with #063EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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