Html Css Color HEX #063FED Persian Blue

📋 copy color: '#063FED'

red 6 ◦ green 63 ◦ blue 237

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

Shades of Persian Blue #063FED

Tints of Persian Blue #063FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 77.45%

R = 1.96%
G = 20.59%
B = 77.45%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#063FED (or 0x063FED) is known color: Persian Blue. HEX triplet: 06, 3F and ED. RGB value is (6,63,237). Sum of RGB (Red+Green+Blue) = 6+63+237=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 237 (92.97% from 255 or 77.45% from 306); Max value from RGB is 237 - color contains mainly: blue. Hex color #063FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063FED is #F9C012. Grayscale: #414141. Windows color (decimal): -16367635 or 15548166. OLE color: 15548166.

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

Color convert

RGB 6 63 237 -
CMYK 0.97 0.73 0 0.07
HSL 225.19º 0.95% 0.48% -
HSV(B) 225.19º 0.97% 0.93% -
XYZ 17.14 9.71 81.09 -
YUV 65.79 224.62 85.35 -
System Red Green Blue C M Y K H S L
Decimal 6 63 237 0.97 0.73 0 0.07 225.19 0.95 0.48
Hex 6 3F ED 61 49 0 7 E1 5F 30
Octal 6 77 355 141 111 0 7 341 137 60
Binary 110 111111 11101101 1100001 1001001 0 111 11100001 1011111 110000

Color Harmonies of #063FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063FED

Black with #063FED

Text Example


Text Example

White with #063FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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