Html Css Color HEX #063DCF Persian Blue

📋 copy color: '#063DCF'

red 6 ◦ green 61 ◦ blue 207

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

Shades of Persian Blue #063DCF

Tints of Persian Blue #063DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 75.55%

R = 2.19%
G = 22.26%
B = 75.55%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#063DCF (or 0x063DCF) is known color: Persian Blue. HEX triplet: 06, 3D and CF. RGB value is (6,61,207). Sum of RGB (Red+Green+Blue) = 6+61+207=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #063DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063DCF is #F9C230. Grayscale: #3C3C3C. Windows color (decimal): -16368177 or 13581574. OLE color: 13581574.

HSL color Cylindrical-coordinate representation of color #063DCF: hue angle of 223.58º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063DCF is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 61 207 -
CMYK 0.97 0.71 0 0.19
HSL 223.58º 0.94% 0.42% -
HSV(B) 223.58º 0.97% 0.81% -
XYZ 13.01 7.88 59.87 -
YUV 61.2 210.28 88.63 -
System Red Green Blue C M Y K H S L
Decimal 6 61 207 0.97 0.71 0 0.19 223.58 0.94 0.42
Hex 6 3D CF 61 47 0 13 E0 5E 2A
Octal 6 75 317 141 107 0 23 340 136 52
Binary 110 111101 11001111 1100001 1000111 0 10011 11100000 1011110 101010

Color Harmonies of #063DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063DCF

Black with #063DCF

Text Example


Text Example

White with #063DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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