Html Css Color HEX #063DCC Persian Blue

📋 copy color: '#063DCC'

red 6 ◦ green 61 ◦ blue 204

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

Shades of Persian Blue #063DCC

Tints of Persian Blue #063DCC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.51%

 BLUE value IS 204 (80.08% from 255) = 75.28%

R = 2.21%
G = 22.51%
B = 75.28%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#063DCC (or 0x063DCC) is known color: Persian Blue. HEX triplet: 06, 3D and CC. RGB value is (6,61,204). Sum of RGB (Red+Green+Blue) = 6+61+204=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #063DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063DCC is #F9C233. Grayscale: #3C3C3C. Windows color (decimal): -16368180 or 13384966. OLE color: 13384966.

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

Color convert

RGB 6 61 204 -
CMYK 0.97 0.70 0 0.2
HSL 223.33º 0.94% 0.41% -
HSV(B) 223.33º 0.97% 0.8% -
XYZ 12.64 7.74 57.95 -
YUV 60.86 208.78 88.87 -
System Red Green Blue C M Y K H S L
Decimal 6 61 204 0.97 0.70 0 0.2 223.33 0.94 0.41
Hex 6 3D CC 61 46 0 14 DF 5E 29
Octal 6 75 314 141 106 0 24 337 136 51
Binary 110 111101 11001100 1100001 1000110 0 10100 11011111 1011110 101001

Color Harmonies of #063DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063DCC

Black with #063DCC

Text Example


Text Example

White with #063DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,61,204); }

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

background-color css

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

 a { background-color: rgb(6,61,204); }

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

border-color css

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

 span { border-color: rgb(6,61,204); }

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