Html Css Color HEX #063ADE Persian Blue

📋 copy color: '#063ADE'

red 6 ◦ green 58 ◦ blue 222

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

Shades of Persian Blue #063ADE

Tints of Persian Blue #063ADE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.28%

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

R = 2.1%
G = 20.28%
B = 77.62%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#063ADE (or 0x063ADE) is known color: Persian Blue. HEX triplet: 06, 3A and DE. RGB value is (6,58,222). Sum of RGB (Red+Green+Blue) = 6+58+222=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 222 (87.11% from 255 or 77.62% from 286); Max value from RGB is 222 - color contains mainly: blue. Hex color #063ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063ADE is #F9C521. Grayscale: #3C3C3C. Windows color (decimal): -16368930 or 14563846. OLE color: 14563846.

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

Color convert

RGB 6 58 222 -
CMYK 0.97 0.74 0 0.13
HSL 225.56º 0.95% 0.45% -
HSV(B) 225.56º 0.97% 0.87% -
XYZ 14.77 8.34 69.94 -
YUV 61.15 218.77 88.66 -
System Red Green Blue C M Y K H S L
Decimal 6 58 222 0.97 0.74 0 0.13 225.56 0.95 0.45
Hex 6 3A DE 61 4A 0 D E2 5F 2D
Octal 6 72 336 141 112 0 15 342 137 55
Binary 110 111010 11011110 1100001 1001010 0 1101 11100010 1011111 101101

Color Harmonies of #063ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063ADE

Black with #063ADE

Text Example


Text Example

White with #063ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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