Html Css Color HEX #0640CC Persian Blue

📋 copy color: '#0640CC'

red 6 ◦ green 64 ◦ blue 204

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

Shades of Persian Blue #0640CC

Tints of Persian Blue #0640CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 74.45%

R = 2.19%
G = 23.36%
B = 74.45%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0640CC (or 0x0640CC) is known color: Persian Blue. HEX triplet: 06, 40 and CC. RGB value is (6,64,204). Sum of RGB (Red+Green+Blue) = 6+64+204=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #0640CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0640CC is #F9BF33. Grayscale: #3E3E3E. Windows color (decimal): -16367412 or 13385734. OLE color: 13385734.

HSL color Cylindrical-coordinate representation of color #0640CC: hue angle of 222.42º 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 #0640CC is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 64 204 -
CMYK 0.97 0.69 0 0.2
HSL 222.42º 0.94% 0.41% -
HSV(B) 222.42º 0.97% 0.8% -
XYZ 12.81 8.07 58.01 -
YUV 62.62 207.78 87.62 -
System Red Green Blue C M Y K H S L
Decimal 6 64 204 0.97 0.69 0 0.2 222.42 0.94 0.41
Hex 6 40 CC 61 45 0 14 DE 5E 29
Octal 6 100 314 141 105 0 24 336 136 51
Binary 110 1000000 11001100 1100001 1000101 0 10100 11011110 1011110 101001

Color Harmonies of #0640CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0640CC

Black with #0640CC

Text Example


Text Example

White with #0640CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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