Html Css Color HEX #063FDF Persian Blue

📋 copy color: '#063FDF'

red 6 ◦ green 63 ◦ blue 223

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

Shades of Persian Blue #063FDF

Tints of Persian Blue #063FDF

RGB

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

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

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

R = 2.05%
G = 21.58%
B = 76.37%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#063FDF (or 0x063FDF) is known color: Persian Blue. HEX triplet: 06, 3F and DF. RGB value is (6,63,223). Sum of RGB (Red+Green+Blue) = 6+63+223=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 223 (87.5% from 255 or 76.37% from 292); Max value from RGB is 223 - color contains mainly: blue. Hex color #063FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063FDF is #F9C020. Grayscale: #3F3F3F. Windows color (decimal): -16367649 or 14630662. OLE color: 14630662.

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

Color convert

RGB 6 63 223 -
CMYK 0.97 0.72 0 0.13
HSL 224.24º 0.95% 0.45% -
HSV(B) 224.24º 0.97% 0.87% -
XYZ 15.17 8.92 70.73 -
YUV 64.2 217.62 86.49 -
System Red Green Blue C M Y K H S L
Decimal 6 63 223 0.97 0.72 0 0.13 224.24 0.95 0.45
Hex 6 3F DF 61 48 0 D E0 5F 2D
Octal 6 77 337 141 110 0 15 340 137 55
Binary 110 111111 11011111 1100001 1001000 0 1101 11100000 1011111 101101

Color Harmonies of #063FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063FDF

Black with #063FDF

Text Example


Text Example

White with #063FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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