Html Css Color HEX #063EDF Persian Blue

📋 copy color: '#063EDF'

red 6 ◦ green 62 ◦ blue 223

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

Shades of Persian Blue #063EDF

Tints of Persian Blue #063EDF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.31%

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

R = 2.06%
G = 21.31%
B = 76.63%

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

#063EDF (or 0x063EDF) is known color: Persian Blue. HEX triplet: 06, 3E and DF. RGB value is (6,62,223). Sum of RGB (Red+Green+Blue) = 6+62+223=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 223 (87.5% from 255 or 76.63% from 291); Max value from RGB is 223 - color contains mainly: blue. Hex color #063EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063EDF is #F9C120. Grayscale: #3E3E3E. Windows color (decimal): -16367905 or 14630406. OLE color: 14630406.

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

Color convert

RGB 6 62 223 -
CMYK 0.97 0.72 0 0.13
HSL 224.52º 0.95% 0.45% -
HSV(B) 224.52º 0.97% 0.87% -
XYZ 15.12 8.81 70.72 -
YUV 63.61 217.95 86.91 -
System Red Green Blue C M Y K H S L
Decimal 6 62 223 0.97 0.72 0 0.13 224.52 0.95 0.45
Hex 6 3E DF 61 48 0 D E1 5F 2D
Octal 6 76 337 141 110 0 15 341 137 55
Binary 110 111110 11011111 1100001 1001000 0 1101 11100001 1011111 101101

Color Harmonies of #063EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063EDF

Black with #063EDF

Text Example


Text Example

White with #063EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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