Html Css Color HEX #063DDD Persian Blue

📋 copy color: '#063DDD'

red 6 ◦ green 61 ◦ blue 221

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

Shades of Persian Blue #063DDD

Tints of Persian Blue #063DDD

RGB

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

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

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

R = 2.08%
G = 21.18%
B = 76.74%

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

#063DDD (or 0x063DDD) is known color: Persian Blue. HEX triplet: 06, 3D and DD. RGB value is (6,61,221). Sum of RGB (Red+Green+Blue) = 6+61+221=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #063DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063DDD is #F9C222. Grayscale: #3E3E3E. Windows color (decimal): -16368163 or 14499078. OLE color: 14499078.

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

Color convert

RGB 6 61 221 -
CMYK 0.97 0.72 0 0.13
HSL 224.65º 0.95% 0.45% -
HSV(B) 224.65º 0.97% 0.87% -
XYZ 14.79 8.6 69.29 -
YUV 62.8 217.28 87.49 -
System Red Green Blue C M Y K H S L
Decimal 6 61 221 0.97 0.72 0 0.13 224.65 0.95 0.45
Hex 6 3D DD 61 48 0 D E1 5F 2D
Octal 6 75 335 141 110 0 15 341 137 55
Binary 110 111101 11011101 1100001 1001000 0 1101 11100001 1011111 101101

Color Harmonies of #063DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063DDD

Black with #063DDD

Text Example


Text Example

White with #063DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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