Html Css Color HEX #063CDC Persian Blue

📋 copy color: '#063CDC'

red 6 ◦ green 60 ◦ blue 220

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

Shades of Persian Blue #063CDC

Tints of Persian Blue #063CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.98%

 BLUE value IS 220 (86.33% from 255) = 76.92%

R = 2.1%
G = 20.98%
B = 76.92%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#063CDC (or 0x063CDC) is known color: Persian Blue. HEX triplet: 06, 3C and DC. RGB value is (6,60,220). Sum of RGB (Red+Green+Blue) = 6+60+220=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 220 (86.33% from 255 or 76.92% from 286); Max value from RGB is 220 - color contains mainly: blue. Hex color #063CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CDC is #F9C323. Grayscale: #3D3D3D. Windows color (decimal): -16368420 or 14433286. OLE color: 14433286.

HSL color Cylindrical-coordinate representation of color #063CDC: hue angle of 224.86º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063CDC is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 60 220 -
CMYK 0.97 0.73 0 0.14
HSL 224.86º 0.95% 0.44% -
HSV(B) 224.86º 0.97% 0.86% -
XYZ 14.61 8.44 68.57 -
YUV 62.09 217.11 87.99 -
System Red Green Blue C M Y K H S L
Decimal 6 60 220 0.97 0.73 0 0.14 224.86 0.95 0.44
Hex 6 3C DC 61 49 0 E E1 5F 2C
Octal 6 74 334 141 111 0 16 341 137 54
Binary 110 111100 11011100 1100001 1001001 0 1110 11100001 1011111 101100

Color Harmonies of #063CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063CDC

Black with #063CDC

Text Example


Text Example

White with #063CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,60,220); }

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

background-color css

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

 a { background-color: rgb(6,60,220); }

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

border-color css

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

 span { border-color: rgb(6,60,220); }

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