Html Css Color HEX #063DC9 Persian Blue

📋 copy color: '#063DC9'

red 6 ◦ green 61 ◦ blue 201

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

Shades of Persian Blue #063DC9

Tints of Persian Blue #063DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 75%

R = 2.24%
G = 22.76%
B = 75%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#063DC9 (or 0x063DC9) is known color: Persian Blue. HEX triplet: 06, 3D and C9. RGB value is (6,61,201). Sum of RGB (Red+Green+Blue) = 6+61+201=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 201 (78.91% from 255 or 75% from 268); Max value from RGB is 201 - color contains mainly: blue. Hex color #063DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063DC9 is #F9C236. Grayscale: #3B3B3B. Windows color (decimal): -16368183 or 13188358. OLE color: 13188358.

HSL color Cylindrical-coordinate representation of color #063DC9: hue angle of 223.08º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063DC9 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 6 61 201 -
CMYK 0.97 0.70 0 0.21
HSL 223.08º 0.94% 0.41% -
HSV(B) 223.08º 0.97% 0.79% -
XYZ 12.29 7.59 56.08 -
YUV 60.52 207.28 89.12 -
System Red Green Blue C M Y K H S L
Decimal 6 61 201 0.97 0.70 0 0.21 223.08 0.94 0.41
Hex 6 3D C9 61 46 0 15 DF 5E 29
Octal 6 75 311 141 106 0 25 337 136 51
Binary 110 111101 11001001 1100001 1000110 0 10101 11011111 1011110 101001

Color Harmonies of #063DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063DC9

Black with #063DC9

Text Example


Text Example

White with #063DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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