Html Css Color HEX #063ED6 Persian Blue

📋 copy color: '#063ED6'

red 6 ◦ green 62 ◦ blue 214

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

Shades of Persian Blue #063ED6

Tints of Persian Blue #063ED6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.99%

 BLUE value IS 214 (83.98% from 255) = 75.89%

R = 2.13%
G = 21.99%
B = 75.89%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#063ED6 (or 0x063ED6) is known color: Persian Blue. HEX triplet: 06, 3E and D6. RGB value is (6,62,214). Sum of RGB (Red+Green+Blue) = 6+62+214=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 214 (83.98% from 255 or 75.89% from 282); Max value from RGB is 214 - color contains mainly: blue. Hex color #063ED6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063ED6 is #F9C129. Grayscale: #3D3D3D. Windows color (decimal): -16367914 or 14040582. OLE color: 14040582.

HSL color Cylindrical-coordinate representation of color #063ED6: hue angle of 223.85º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063ED6 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 6 62 214 -
CMYK 0.97 0.71 0 0.16
HSL 223.85º 0.95% 0.43% -
HSV(B) 223.85º 0.97% 0.84% -
XYZ 13.94 8.34 64.49 -
YUV 62.58 213.45 87.64 -
System Red Green Blue C M Y K H S L
Decimal 6 62 214 0.97 0.71 0 0.16 223.85 0.95 0.43
Hex 6 3E D6 61 47 0 10 E0 5F 2B
Octal 6 76 326 141 107 0 20 340 137 53
Binary 110 111110 11010110 1100001 1000111 0 10000 11100000 1011111 101011

Color Harmonies of #063ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063ED6

Black with #063ED6

Text Example


Text Example

White with #063ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,62,214); }

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

background-color css

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

 a { background-color: rgb(6,62,214); }

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

border-color css

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

 span { border-color: rgb(6,62,214); }

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