Html Css Color HEX #063DEC Persian Blue

📋 copy color: '#063DEC'

red 6 ◦ green 61 ◦ blue 236

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

Shades of Persian Blue #063DEC

Tints of Persian Blue #063DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.13%

 BLUE value IS 236 (92.58% from 255) = 77.89%

R = 1.98%
G = 20.13%
B = 77.89%

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

#063DEC (or 0x063DEC) is known color: Persian Blue. HEX triplet: 06, 3D and EC. RGB value is (6,61,236). Sum of RGB (Red+Green+Blue) = 6+61+236=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 236 (92.58% from 255 or 77.89% from 303); Max value from RGB is 236 - color contains mainly: blue. Hex color #063DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063DEC is #F9C213. Grayscale: #3F3F3F. Windows color (decimal): -16368148 or 15482118. OLE color: 15482118.

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

Color convert

RGB 6 61 236 -
CMYK 0.97 0.74 0 0.07
HSL 225.65º 0.95% 0.47% -
HSV(B) 225.65º 0.97% 0.93% -
XYZ 16.88 9.43 80.29 -
YUV 64.51 224.78 86.27 -
System Red Green Blue C M Y K H S L
Decimal 6 61 236 0.97 0.74 0 0.07 225.65 0.95 0.47
Hex 6 3D EC 61 4A 0 7 E2 5F 2F
Octal 6 75 354 141 112 0 7 342 137 57
Binary 110 111101 11101100 1100001 1001010 0 111 11100010 1011111 101111

Color Harmonies of #063DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063DEC

Black with #063DEC

Text Example


Text Example

White with #063DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,61,236); }

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

background-color css

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

 a { background-color: rgb(6,61,236); }

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

border-color css

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

 span { border-color: rgb(6,61,236); }

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