Html Css Color HEX #063FEE Persian Blue

📋 copy color: '#063FEE'

red 6 ◦ green 63 ◦ blue 238

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

Shades of Persian Blue #063FEE

Tints of Persian Blue #063FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 77.52%

R = 1.95%
G = 20.52%
B = 77.52%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#063FEE (or 0x063FEE) is known color: Persian Blue. HEX triplet: 06, 3F and EE. RGB value is (6,63,238). Sum of RGB (Red+Green+Blue) = 6+63+238=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 238 (93.36% from 255 or 77.52% from 307); Max value from RGB is 238 - color contains mainly: blue. Hex color #063FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063FEE is #F9C011. Grayscale: #414141. Windows color (decimal): -16367634 or 15613702. OLE color: 15613702.

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

Color convert

RGB 6 63 238 -
CMYK 0.97 0.74 0 0.07
HSL 225.26º 0.95% 0.48% -
HSV(B) 225.26º 0.97% 0.93% -
XYZ 17.29 9.77 81.86 -
YUV 65.91 225.12 85.27 -
System Red Green Blue C M Y K H S L
Decimal 6 63 238 0.97 0.74 0 0.07 225.26 0.95 0.48
Hex 6 3F EE 61 4A 0 7 E1 5F 30
Octal 6 77 356 141 112 0 7 341 137 60
Binary 110 111111 11101110 1100001 1001010 0 111 11100001 1011111 110000

Color Harmonies of #063FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063FEE

Black with #063FEE

Text Example


Text Example

White with #063FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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