Html Css Color HEX #063ACD Persian Blue

📋 copy color: '#063ACD'

red 6 ◦ green 58 ◦ blue 205

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

Shades of Persian Blue #063ACD

Tints of Persian Blue #063ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.56%

 BLUE value IS 205 (80.47% from 255) = 76.21%

R = 2.23%
G = 21.56%
B = 76.21%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#063ACD (or 0x063ACD) is known color: Persian Blue. HEX triplet: 06, 3A and CD. RGB value is (6,58,205). Sum of RGB (Red+Green+Blue) = 6+58+205=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #063ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063ACD is #F9C532. Grayscale: #3A3A3A. Windows color (decimal): -16368947 or 13449734. OLE color: 13449734.

HSL color Cylindrical-coordinate representation of color #063ACD: hue angle of 224.32º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063ACD is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 58 205 -
CMYK 0.97 0.72 0 0.20
HSL 224.32º 0.94% 0.41% -
HSV(B) 224.32º 0.97% 0.8% -
XYZ 12.61 7.47 58.54 -
YUV 59.21 210.27 90.05 -
System Red Green Blue C M Y K H S L
Decimal 6 58 205 0.97 0.72 0 0.20 224.32 0.94 0.41
Hex 6 3A CD 61 48 0 14 E0 5E 29
Octal 6 72 315 141 110 0 24 340 136 51
Binary 110 111010 11001101 1100001 1001000 0 10100 11100000 1011110 101001

Color Harmonies of #063ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063ACD

Black with #063ACD

Text Example


Text Example

White with #063ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,58,205); }

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

background-color css

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

 a { background-color: rgb(6,58,205); }

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

border-color css

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

 span { border-color: rgb(6,58,205); }

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