Html Css Color HEX #063DF1 Persian Blue

📋 copy color: '#063DF1'

red 6 ◦ green 61 ◦ blue 241

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

Shades of Persian Blue #063DF1

Tints of Persian Blue #063DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 78.25%

R = 1.95%
G = 19.81%
B = 78.25%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#063DF1 (or 0x063DF1) is known color: Persian Blue. HEX triplet: 06, 3D and F1. RGB value is (6,61,241). Sum of RGB (Red+Green+Blue) = 6+61+241=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 241 (94.53% from 255 or 78.25% from 308); Max value from RGB is 241 - color contains mainly: blue. Hex color #063DF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063DF1 is #F9C20E. Grayscale: #404040. Windows color (decimal): -16368143 or 15809798. OLE color: 15809798.

HSL color Cylindrical-coordinate representation of color #063DF1: hue angle of 225.96º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063DF1 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 61 241 -
CMYK 0.98 0.75 0 0.05
HSL 225.96º 0.95% 0.48% -
HSV(B) 225.96º 0.98% 0.95% -
XYZ 17.62 9.73 84.17 -
YUV 65.08 227.28 85.86 -
System Red Green Blue C M Y K H S L
Decimal 6 61 241 0.98 0.75 0 0.05 225.96 0.95 0.48
Hex 6 3D F1 62 4B 0 5 E2 5F 30
Octal 6 75 361 142 113 0 5 342 137 60
Binary 110 111101 11110001 1100010 1001011 0 101 11100010 1011111 110000

Color Harmonies of #063DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063DF1

Black with #063DF1

Text Example


Text Example

White with #063DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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