#649FC6

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

Shades of Picton Blue #649FC6

Tints of Picton Blue #649FC6

Color information

#649FC6 (or 0x649FC6) is unknown color: approx Picton Blue. HEX triplet: 64, 9F and C6. RGB value is (100,159,198). Sum of RGB (Red+Green+Blue) = 100+159+198=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #649FC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649FC6 is #9B6039. Grayscale: #919191. Windows color (decimal): -10182714 or 13016932. OLE color: 13016932.

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

Color convert

RGB100159198-
CMYK0.490.2000.22
HSL203.88º46.23%58.43%-
HSV(B)203.88º49.49%77.65%-
XYZ27.8531.5858.05-
YUV145.8157.4595.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.88%
GREEN value IS 159 (62.5% from 255) = 34.79%
BLUE value IS 198 (77.73% from 255) = 43.33%
R=21.88%
G=34.79%
B=43.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1001591980.490.2000.22203.8846.2358.43
Hex649FC63114016cc2e3a
Octal14423730661240263145672
Binary110010010011111110001101100011010001011011001100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,159,198); }

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

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

 a { background-color: rgb(100,159,198); }

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

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

 span { border-color: rgb(100,159,198); }

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