Html Css Color HEX #0640CD Persian Blue

📋 copy color: '#0640CD'

red 6 ◦ green 64 ◦ blue 205

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

Shades of Persian Blue #0640CD

Tints of Persian Blue #0640CD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.27%

 BLUE value IS 205 (80.47% from 255) = 74.55%

R = 2.18%
G = 23.27%
B = 74.55%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0640CD (or 0x0640CD) is known color: Persian Blue. HEX triplet: 06, 40 and CD. RGB value is (6,64,205). Sum of RGB (Red+Green+Blue) = 6+64+205=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 205 (80.47% from 255 or 74.55% from 275); Max value from RGB is 205 - color contains mainly: blue. Hex color #0640CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0640CD is #F9BF32. Grayscale: #3E3E3E. Windows color (decimal): -16367411 or 13451270. OLE color: 13451270.

HSL color Cylindrical-coordinate representation of color #0640CD: hue angle of 222.51º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0640CD is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 64 205 -
CMYK 0.97 0.69 0 0.20
HSL 222.51º 0.94% 0.41% -
HSV(B) 222.51º 0.97% 0.8% -
XYZ 12.93 8.11 58.64 -
YUV 62.73 208.28 87.54 -
System Red Green Blue C M Y K H S L
Decimal 6 64 205 0.97 0.69 0 0.20 222.51 0.94 0.41
Hex 6 40 CD 61 45 0 14 DF 5E 29
Octal 6 100 315 141 105 0 24 337 136 51
Binary 110 1000000 11001101 1100001 1000101 0 10100 11011111 1011110 101001

Color Harmonies of #0640CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0640CD

Black with #0640CD

Text Example


Text Example

White with #0640CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0640CD; }

 p { color: rgb(6,64,205); }

 H1.HeaderClassName
 {
   color: #0640CD;
 }
 .AnyTagClassName
 {
   color: #0640CD;
 }
</style>

background-color css

<style>
 a { background-color: #0640CD; }

 a { background-color: rgb(6,64,205); }

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

border-color css

<style>
 span { border-color: #0640CD; }

 span { border-color: rgb(6,64,205); }

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