Html Css Color HEX #063CDE Persian Blue

📋 copy color: '#063CDE'

red 6 ◦ green 60 ◦ blue 222

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

Shades of Persian Blue #063CDE

Tints of Persian Blue #063CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 77.08%

R = 2.08%
G = 20.83%
B = 77.08%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#063CDE (or 0x063CDE) is known color: Persian Blue. HEX triplet: 06, 3C and DE. RGB value is (6,60,222). Sum of RGB (Red+Green+Blue) = 6+60+222=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 222 (87.11% from 255 or 77.08% from 288); Max value from RGB is 222 - color contains mainly: blue. Hex color #063CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063CDE is #F9C321. Grayscale: #3D3D3D. Windows color (decimal): -16368418 or 14564358. OLE color: 14564358.

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

Color convert

RGB 6 60 222 -
CMYK 0.97 0.73 0 0.13
HSL 225º 0.95% 0.45% -
HSV(B) 225º 0.97% 0.87% -
XYZ 14.88 8.54 69.97 -
YUV 62.32 218.11 87.83 -
System Red Green Blue C M Y K H S L
Decimal 6 60 222 0.97 0.73 0 0.13 225 0.95 0.45
Hex 6 3C DE 61 49 0 D E1 5F 2D
Octal 6 74 336 141 111 0 15 341 137 55
Binary 110 111100 11011110 1100001 1001001 0 1101 11100001 1011111 101101

Color Harmonies of #063CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063CDE

Black with #063CDE

Text Example


Text Example

White with #063CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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