Html Css Color HEX #063ECF Persian Blue

📋 copy color: '#063ECF'

red 6 ◦ green 62 ◦ blue 207

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

Shades of Persian Blue #063ECF

Tints of Persian Blue #063ECF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.55%

 BLUE value IS 207 (81.25% from 255) = 75.27%

R = 2.18%
G = 22.55%
B = 75.27%

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

#063ECF (or 0x063ECF) is known color: Persian Blue. HEX triplet: 06, 3E and CF. RGB value is (6,62,207). Sum of RGB (Red+Green+Blue) = 6+62+207=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 207 (81.25% from 255 or 75.27% from 275); Max value from RGB is 207 - color contains mainly: blue. Hex color #063ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063ECF is #F9C130. Grayscale: #3D3D3D. Windows color (decimal): -16367921 or 13581830. OLE color: 13581830.

HSL color Cylindrical-coordinate representation of color #063ECF: hue angle of 223.28º 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 #063ECF is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 62 207 -
CMYK 0.97 0.70 0 0.19
HSL 223.28º 0.94% 0.42% -
HSV(B) 223.28º 0.97% 0.81% -
XYZ 13.06 7.99 59.89 -
YUV 61.79 209.95 88.21 -
System Red Green Blue C M Y K H S L
Decimal 6 62 207 0.97 0.70 0 0.19 223.28 0.94 0.42
Hex 6 3E CF 61 46 0 13 DF 5E 2A
Octal 6 76 317 141 106 0 23 337 136 52
Binary 110 111110 11001111 1100001 1000110 0 10011 11011111 1011110 101010

Color Harmonies of #063ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063ECF

Black with #063ECF

Text Example


Text Example

White with #063ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,62,207); }

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

background-color css

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

 a { background-color: rgb(6,62,207); }

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

border-color css

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

 span { border-color: rgb(6,62,207); }

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