Html Css Color HEX #063FE7 Persian Blue

📋 copy color: '#063FE7'

red 6 ◦ green 63 ◦ blue 231

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

Shades of Persian Blue #063FE7

Tints of Persian Blue #063FE7

RGB

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

 GREEN value IS 63 (25% from 255) = 21%

 BLUE value IS 231 (90.63% from 255) = 77%

R = 2%
G = 21%
B = 77%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#063FE7 (or 0x063FE7) is known color: Persian Blue. HEX triplet: 06, 3F and E7. RGB value is (6,63,231). Sum of RGB (Red+Green+Blue) = 6+63+231=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 231 (90.62% from 255 or 77% from 300); Max value from RGB is 231 - color contains mainly: blue. Hex color #063FE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063FE7 is #F9C018. Grayscale: #404040. Windows color (decimal): -16367641 or 15154950. OLE color: 15154950.

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

Color convert

RGB 6 63 231 -
CMYK 0.97 0.73 0 0.09
HSL 224.8º 0.95% 0.46% -
HSV(B) 224.8º 0.97% 0.91% -
XYZ 16.28 9.36 76.55 -
YUV 65.11 221.62 85.84 -
System Red Green Blue C M Y K H S L
Decimal 6 63 231 0.97 0.73 0 0.09 224.8 0.95 0.46
Hex 6 3F E7 61 49 0 9 E1 5F 2E
Octal 6 77 347 141 111 0 11 341 137 56
Binary 110 111111 11100111 1100001 1001001 0 1001 11100001 1011111 101110

Color Harmonies of #063FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063FE7

Black with #063FE7

Text Example


Text Example

White with #063FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,63,231); }

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

background-color css

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

 a { background-color: rgb(6,63,231); }

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

border-color css

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

 span { border-color: rgb(6,63,231); }

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