Html Css Color HEX #063EE6 Persian Blue

📋 copy color: '#063EE6'

red 6 ◦ green 62 ◦ blue 230

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

Shades of Persian Blue #063EE6

Tints of Persian Blue #063EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 77.18%

R = 2.01%
G = 20.81%
B = 77.18%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#063EE6 (or 0x063EE6) is known color: Persian Blue. HEX triplet: 06, 3E and E6. RGB value is (6,62,230). Sum of RGB (Red+Green+Blue) = 6+62+230=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 230 (90.23% from 255 or 77.18% from 298); Max value from RGB is 230 - color contains mainly: blue. Hex color #063EE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063EE6 is #F9C119. Grayscale: #3F3F3F. Windows color (decimal): -16367898 or 15089158. OLE color: 15089158.

HSL color Cylindrical-coordinate representation of color #063EE6: hue angle of 225º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063EE6 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 6 62 230 -
CMYK 0.97 0.73 0 0.10
HSL 225º 0.95% 0.46% -
HSV(B) 225º 0.97% 0.9% -
XYZ 16.08 9.2 75.79 -
YUV 64.41 221.45 86.34 -
System Red Green Blue C M Y K H S L
Decimal 6 62 230 0.97 0.73 0 0.10 225 0.95 0.46
Hex 6 3E E6 61 49 0 A E1 5F 2E
Octal 6 76 346 141 111 0 12 341 137 56
Binary 110 111110 11100110 1100001 1001001 0 1010 11100001 1011111 101110

Color Harmonies of #063EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063EE6

Black with #063EE6

Text Example


Text Example

White with #063EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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