Html Css Color HEX #063CDD Persian Blue

📋 copy color: '#063CDD'

red 6 ◦ green 60 ◦ blue 221

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

Shades of Persian Blue #063CDD

Tints of Persian Blue #063CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.91%

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

R = 2.09%
G = 20.91%
B = 77%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#063CDD (or 0x063CDD) is known color: Persian Blue. HEX triplet: 06, 3C and DD. RGB value is (6,60,221). Sum of RGB (Red+Green+Blue) = 6+60+221=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #063CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CDD is #F9C322. Grayscale: #3D3D3D. Windows color (decimal): -16368419 or 14498822. OLE color: 14498822.

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

Color convert

RGB 6 60 221 -
CMYK 0.97 0.73 0 0.13
HSL 224.93º 0.95% 0.45% -
HSV(B) 224.93º 0.97% 0.87% -
XYZ 14.74 8.49 69.27 -
YUV 62.21 217.61 87.91 -
System Red Green Blue C M Y K H S L
Decimal 6 60 221 0.97 0.73 0 0.13 224.93 0.95 0.45
Hex 6 3C DD 61 49 0 D E1 5F 2D
Octal 6 74 335 141 111 0 15 341 137 55
Binary 110 111100 11011101 1100001 1001001 0 1101 11100001 1011111 101101

Color Harmonies of #063CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063CDD

Black with #063CDD

Text Example


Text Example

White with #063CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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