Html Css Color HEX #063EDE Persian Blue

📋 copy color: '#063EDE'

red 6 ◦ green 62 ◦ blue 222

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

Shades of Persian Blue #063EDE

Tints of Persian Blue #063EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 76.55%

R = 2.07%
G = 21.38%
B = 76.55%

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

#063EDE (or 0x063EDE) is known color: Persian Blue. HEX triplet: 06, 3E and DE. RGB value is (6,62,222). Sum of RGB (Red+Green+Blue) = 6+62+222=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 222 (87.11% from 255 or 76.55% from 290); Max value from RGB is 222 - color contains mainly: blue. Hex color #063EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063EDE is #F9C121. Grayscale: #3E3E3E. Windows color (decimal): -16367906 or 14564870. OLE color: 14564870.

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

Color convert

RGB 6 62 222 -
CMYK 0.97 0.72 0 0.13
HSL 224.44º 0.95% 0.45% -
HSV(B) 224.44º 0.97% 0.87% -
XYZ 14.98 8.76 70.01 -
YUV 63.5 217.45 86.99 -
System Red Green Blue C M Y K H S L
Decimal 6 62 222 0.97 0.72 0 0.13 224.44 0.95 0.45
Hex 6 3E DE 61 48 0 D E0 5F 2D
Octal 6 76 336 141 110 0 15 340 137 55
Binary 110 111110 11011110 1100001 1001000 0 1101 11100000 1011111 101101

Color Harmonies of #063EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063EDE

Black with #063EDE

Text Example


Text Example

White with #063EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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