Html Css Color HEX #063FCD Persian Blue

📋 copy color: '#063FCD'

red 6 ◦ green 63 ◦ blue 205

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

Shades of Persian Blue #063FCD

Tints of Persian Blue #063FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 22.99%

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

R = 2.19%
G = 22.99%
B = 74.82%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#063FCD (or 0x063FCD) is known color: Persian Blue. HEX triplet: 06, 3F and CD. RGB value is (6,63,205). Sum of RGB (Red+Green+Blue) = 6+63+205=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 205 (80.47% from 255 or 74.82% from 274); Max value from RGB is 205 - color contains mainly: blue. Hex color #063FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063FCD is #F9C032. Grayscale: #3D3D3D. Windows color (decimal): -16367667 or 13451014. OLE color: 13451014.

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

Color convert

RGB 6 63 205 -
CMYK 0.97 0.69 0 0.20
HSL 222.81º 0.94% 0.41% -
HSV(B) 222.81º 0.97% 0.8% -
XYZ 12.87 8 58.62 -
YUV 62.15 208.62 87.95 -
System Red Green Blue C M Y K H S L
Decimal 6 63 205 0.97 0.69 0 0.20 222.81 0.94 0.41
Hex 6 3F CD 61 45 0 14 DF 5E 29
Octal 6 77 315 141 105 0 24 337 136 51
Binary 110 111111 11001101 1100001 1000101 0 10100 11011111 1011110 101001

Color Harmonies of #063FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063FCD

Black with #063FCD

Text Example


Text Example

White with #063FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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