Html Css Color HEX #063EEE Persian Blue

📋 copy color: '#063EEE'

red 6 ◦ green 62 ◦ blue 238

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

Shades of Persian Blue #063EEE

Tints of Persian Blue #063EEE

RGB

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

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

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

R = 1.96%
G = 20.26%
B = 77.78%

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

#063EEE (or 0x063EEE) is known color: Persian Blue. HEX triplet: 06, 3E and EE. RGB value is (6,62,238). Sum of RGB (Red+Green+Blue) = 6+62+238=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 238 (93.36% from 255 or 77.78% from 306); Max value from RGB is 238 - color contains mainly: blue. Hex color #063EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063EEE is #F9C111. Grayscale: #404040. Windows color (decimal): -16367890 or 15613446. OLE color: 15613446.

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

Color convert

RGB 6 62 238 -
CMYK 0.97 0.74 0 0.07
HSL 225.52º 0.95% 0.48% -
HSV(B) 225.52º 0.97% 0.93% -
XYZ 17.23 9.66 81.84 -
YUV 65.32 225.45 85.69 -
System Red Green Blue C M Y K H S L
Decimal 6 62 238 0.97 0.74 0 0.07 225.52 0.95 0.48
Hex 6 3E EE 61 4A 0 7 E2 5F 30
Octal 6 76 356 141 112 0 7 342 137 60
Binary 110 111110 11101110 1100001 1001010 0 111 11100010 1011111 110000

Color Harmonies of #063EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063EEE

Black with #063EEE

Text Example


Text Example

White with #063EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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