Html Css Color HEX #063CD4 Persian Blue

📋 copy color: '#063CD4'

red 6 ◦ green 60 ◦ blue 212

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

Shades of Persian Blue #063CD4

Tints of Persian Blue #063CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 76.26%

R = 2.16%
G = 21.58%
B = 76.26%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#063CD4 (or 0x063CD4) is known color: Persian Blue. HEX triplet: 06, 3C and D4. RGB value is (6,60,212). Sum of RGB (Red+Green+Blue) = 6+60+212=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 212 (83.20% from 255 or 76.26% from 278); Max value from RGB is 212 - color contains mainly: blue. Hex color #063CD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CD4 is #F9C32B. Grayscale: #3C3C3C. Windows color (decimal): -16368428 or 13908998. OLE color: 13908998.

HSL color Cylindrical-coordinate representation of color #063CD4: hue angle of 224.27º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063CD4 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 6 60 212 -
CMYK 0.97 0.72 0 0.17
HSL 224.27º 0.94% 0.43% -
HSV(B) 224.27º 0.97% 0.83% -
XYZ 13.57 8.02 63.12 -
YUV 61.18 213.11 88.64 -
System Red Green Blue C M Y K H S L
Decimal 6 60 212 0.97 0.72 0 0.17 224.27 0.94 0.43
Hex 6 3C D4 61 48 0 11 E0 5E 2B
Octal 6 74 324 141 110 0 21 340 136 53
Binary 110 111100 11010100 1100001 1001000 0 10001 11100000 1011110 101011

Color Harmonies of #063CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063CD4

Black with #063CD4

Text Example


Text Example

White with #063CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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