Html Css Color HEX #063CDF Persian Blue

📋 copy color: '#063CDF'

red 6 ◦ green 60 ◦ blue 223

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

Shades of Persian Blue #063CDF

Tints of Persian Blue #063CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.76%

 BLUE value IS 223 (87.5% from 255) = 77.16%

R = 2.08%
G = 20.76%
B = 77.16%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#063CDF (or 0x063CDF) is known color: Persian Blue. HEX triplet: 06, 3C and DF. RGB value is (6,60,223). Sum of RGB (Red+Green+Blue) = 6+60+223=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #063CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CDF is #F9C320. Grayscale: #3D3D3D. Windows color (decimal): -16368417 or 14629894. OLE color: 14629894.

HSL color Cylindrical-coordinate representation of color #063CDF: hue angle of 225.07º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063CDF is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 60 223 -
CMYK 0.97 0.73 0 0.13
HSL 225.07º 0.95% 0.45% -
HSV(B) 225.07º 0.97% 0.87% -
XYZ 15.01 8.6 70.68 -
YUV 62.44 218.61 87.75 -
System Red Green Blue C M Y K H S L
Decimal 6 60 223 0.97 0.73 0 0.13 225.07 0.95 0.45
Hex 6 3C DF 61 49 0 D E1 5F 2D
Octal 6 74 337 141 111 0 15 341 137 55
Binary 110 111100 11011111 1100001 1001001 0 1101 11100001 1011111 101101

Color Harmonies of #063CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063CDF

Black with #063CDF

Text Example


Text Example

White with #063CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,60,223); }

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

background-color css

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

 a { background-color: rgb(6,60,223); }

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

border-color css

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

 span { border-color: rgb(6,60,223); }

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