Html Css Color HEX #063DDB Persian Blue

📋 copy color: '#063DDB'

red 6 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #063DDB

Tints of Persian Blue #063DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 76.57%

R = 2.1%
G = 21.33%
B = 76.57%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#063DDB (or 0x063DDB) is known color: Persian Blue. HEX triplet: 06, 3D and DB. RGB value is (6,61,219). Sum of RGB (Red+Green+Blue) = 6+61+219=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #063DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063DDB is #F9C224. Grayscale: #3D3D3D. Windows color (decimal): -16368165 or 14368006. OLE color: 14368006.

HSL color Cylindrical-coordinate representation of color #063DDB: hue angle of 224.51º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063DDB is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 61 219 -
CMYK 0.97 0.72 0 0.14
HSL 224.51º 0.95% 0.44% -
HSV(B) 224.51º 0.97% 0.86% -
XYZ 14.53 8.49 67.89 -
YUV 62.57 216.28 87.65 -
System Red Green Blue C M Y K H S L
Decimal 6 61 219 0.97 0.72 0 0.14 224.51 0.95 0.44
Hex 6 3D DB 61 48 0 E E1 5F 2C
Octal 6 75 333 141 110 0 16 341 137 54
Binary 110 111101 11011011 1100001 1001000 0 1110 11100001 1011111 101100

Color Harmonies of #063DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063DDB

Black with #063DDB

Text Example


Text Example

White with #063DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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