Html Css Color HEX #063DCE Persian Blue

📋 copy color: '#063DCE'

red 6 ◦ green 61 ◦ blue 206

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

Shades of Persian Blue #063DCE

Tints of Persian Blue #063DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 75.46%

R = 2.2%
G = 22.34%
B = 75.46%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#063DCE (or 0x063DCE) is known color: Persian Blue. HEX triplet: 06, 3D and CE. RGB value is (6,61,206). Sum of RGB (Red+Green+Blue) = 6+61+206=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #063DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063DCE is #F9C231. Grayscale: #3C3C3C. Windows color (decimal): -16368178 or 13516038. OLE color: 13516038.

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

Color convert

RGB 6 61 206 -
CMYK 0.97 0.70 0 0.19
HSL 223.5º 0.94% 0.42% -
HSV(B) 223.5º 0.97% 0.81% -
XYZ 12.88 7.83 59.23 -
YUV 61.09 209.78 88.71 -
System Red Green Blue C M Y K H S L
Decimal 6 61 206 0.97 0.70 0 0.19 223.5 0.94 0.42
Hex 6 3D CE 61 46 0 13 E0 5E 2A
Octal 6 75 316 141 106 0 23 340 136 52
Binary 110 111101 11001110 1100001 1000110 0 10011 11100000 1011110 101010

Color Harmonies of #063DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063DCE

Black with #063DCE

Text Example


Text Example

White with #063DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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