#649AC5

Color #649AC5 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #649AC5

Tints of Picton Blue #649AC5

Color information

#649AC5 (or 0x649AC5) is unknown color: approx Picton Blue. HEX triplet: 64, 9A and C5. RGB value is (100,154,197). Sum of RGB (Red+Green+Blue) = 100+154+197=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 197 - color contains mainly: blue. Hex color #649AC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649AC5 is #9B653A. Grayscale: #8E8E8E. Windows color (decimal): -10183995 or 12950116. OLE color: 12950116.

HSL color Cylindrical-coordinate representation of color #649AC5: hue angle of 206.6º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #649AC5 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB100154197-
CMYK0.490.2200.23
HSL206.6º45.54%58.24%-
HSV(B)206.6º49.24%77.25%-
XYZ26.8929.8557.17-
YUV142.76158.6197.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.17%
GREEN value IS 154 (60.55% from 255) = 34.15%
BLUE value IS 197 (77.34% from 255) = 43.68%
R=22.17%
G=34.15%
B=43.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1001541970.490.2200.23206.645.5458.24
Hex649AC53116017cf2e3a
Octal14423230561260273175672
Binary110010010011010110001011100011011001011111001111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649AC5; }

 p { color: rgb(100,154,197); }

 H1.HeaderClassName
 {
   color: #649AC5;
 }
 .AnyTagClassName
 {
   color: #649AC5;
 }
</style>
background-color css

<style>
 a { background-color: #649AC5; }

 a { background-color: rgb(100,154,197); }

 div.DivClassName
 {
   background-color: #649AC5;
 }
 .BgClassName
 {
   background-color: #649AC5;
 }
</style>
border-color css

<style>
 span { border-color: #649AC5; }

 span { border-color: rgb(100,154,197); }

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