Html Css Color HEX #063FDD Persian Blue

📋 copy color: '#063FDD'

red 6 ◦ green 63 ◦ blue 221

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

Shades of Persian Blue #063FDD

Tints of Persian Blue #063FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 76.21%

R = 2.07%
G = 21.72%
B = 76.21%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#063FDD (or 0x063FDD) is known color: Persian Blue. HEX triplet: 06, 3F and DD. RGB value is (6,63,221). Sum of RGB (Red+Green+Blue) = 6+63+221=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #063FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063FDD is #F9C022. Grayscale: #3F3F3F. Windows color (decimal): -16367651 or 14499590. OLE color: 14499590.

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

Color convert

RGB 6 63 221 -
CMYK 0.97 0.71 0 0.13
HSL 224.09º 0.95% 0.45% -
HSV(B) 224.09º 0.97% 0.87% -
XYZ 14.9 8.81 69.32 -
YUV 63.97 216.62 86.65 -
System Red Green Blue C M Y K H S L
Decimal 6 63 221 0.97 0.71 0 0.13 224.09 0.95 0.45
Hex 6 3F DD 61 47 0 D E0 5F 2D
Octal 6 77 335 141 107 0 15 340 137 55
Binary 110 111111 11011101 1100001 1000111 0 1101 11100000 1011111 101101

Color Harmonies of #063FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063FDD

Black with #063FDD

Text Example


Text Example

White with #063FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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